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 52b57d6 commit 8353466Copy full SHA for 8353466
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 -m 0644 extra/java-classname/java-classname.jar "${DESTDIR}${libexecdir}/ejudge/lang"
273
274
install: local_install
275
$(MAKE) -C libbacktrace DESTDIR="${DESTDIR}" install
0 commit comments