diff options
author | Daniel Baumann <daniel@debian.org> | 2010-01-24 09:09:47 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:03 +0100 |
commit | d86f8384eb9eb4a16e512820f750f62c518a9137 (patch) | |
tree | 3301a455e629e99cf4c6122492c41b41753e8380 /examples | |
parent | 9d1e0d755c8b812d492b373a33ddb965330dbd7e (diff) | |
download | vyos-live-build-d86f8384eb9eb4a16e512820f750f62c518a9137.tar.gz vyos-live-build-d86f8384eb9eb4a16e512820f750f62c518a9137.zip |
Adding update-alternatives call to set sun-java as default java in sun-java example hook.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/hooks/all_chroot_sun-java6.sh | 3 |
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 c86066fba..5a7596279 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 |