[Lunar-commits] <moonbase> sun-jdk: fix build: install without waiting for enter key press

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sat Aug 20 17:37:53 CEST 2011


commit 4c1a20546854c36ce0565fd07655addcc0c782b7
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sat Aug 20 17:37:53 2011 +0200

    sun-jdk: fix build: install without waiting for enter key press
---
 compilers/sun-jdk/BUILD        |    2 +-
 compilers/sun-jdk/BUILD.x86_64 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compilers/sun-jdk/BUILD b/compilers/sun-jdk/BUILD
index c772f24..d9d3f5d 100644
--- a/compilers/sun-jdk/BUILD
+++ b/compilers/sun-jdk/BUILD
@@ -1,7 +1,7 @@
 (
 
   chmod +x $SOURCE &&
-  ./$SOURCE --accept-license --unpack &&
+  ./$SOURCE -noregister &&
 
   # Clean up old java 1.6.0 service packs
   rm -rf /usr/lib/j[rd][ek]1.6.0_* &&
diff --git a/compilers/sun-jdk/BUILD.x86_64 b/compilers/sun-jdk/BUILD.x86_64
index cd43d07..0f73dcf 100644
--- a/compilers/sun-jdk/BUILD.x86_64
+++ b/compilers/sun-jdk/BUILD.x86_64
@@ -1,7 +1,7 @@
 (
 
   chmod +x $SOURCE &&
-  ./$SOURCE --accept-license --unpack &&
+  ./$SOURCE -noregister &&
 
   # Clean up old java 1.6.0 service packs
   rm -rf /usr/lib/j[rd][ek]1.6.0_* &&


More information about the Lunar-commits mailing list