summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-01-24 09:09:47 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:03 +0100
commitd86f8384eb9eb4a16e512820f750f62c518a9137 (patch)
tree3301a455e629e99cf4c6122492c41b41753e8380 /examples
parent9d1e0d755c8b812d492b373a33ddb965330dbd7e (diff)
downloadlive-build-d86f8384eb9eb4a16e512820f750f62c518a9137.zip
live-build-d86f8384eb9eb4a16e512820f750f62c518a9137.tar.gz
Adding update-alternatives call to set sun-java as default java in sun-java example hook.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/hooks/all_chroot_sun-java6.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/hooks/all_chroot_sun-java6.sh b/examples/hooks/all_chroot_sun-java6.sh
index c86066f..5a75962 100755
--- a/examples/hooks/all_chroot_sun-java6.sh
+++ b/examples/hooks/all_chroot_sun-java6.sh
@@ -26,3 +26,6 @@ DEBIAN_FRONTEND="dialog" apt-get install --yes sun-java6-bin sun-java6-demo \
# Ensure that /tmp has the right permissions; apparently sun-java5-doc tampers
# with it
chmod 1777 /tmp
+
+# Set sun-java as default java
+update-alternatives --set java /usr/lib/jvm/java-6-sun/jre/bin/java