summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f616fc6..6838547 100755
--- a/Makefile
+++ b/Makefile
@@ -66,3 +66,8 @@ install-chroot: src/xichroot.sh
install -Dm755 src/xichroot.sh ${DESTDIR}${PREFIX}/bin/xichroot
+# default-jvm
+#
+install-chroot: src/default-jvm.sh
+ install -Dm755 src/default-jvm.sh ${DESTDIR}${PREFIX}/bin/default-jvm
+