We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411c143 commit 03229f3Copy full SHA for 03229f3
main.unix.make
@@ -269,6 +269,7 @@ local_install: ${TARGETS} ejudge-config po mo
269
cp -rpd include "${DESTDIR}${prefix}"
270
install -d "${DESTDIR}${prefix}/lib/ejudge/make"
271
install -m 0644 csp_header.make "${DESTDIR}${prefix}/lib/ejudge/make"
272
+ install -d "${DESTDIR}${libexecdir}/ejudge/lang"
273
install -m 0644 extra/java-classname/java-classname.jar "${DESTDIR}${libexecdir}/ejudge/lang"
274
275
install: local_install
0 commit comments