[Lunar-commits] <moonbase> sun-jre: evil echo "yes" hack by Ratler

Samuel Verstraete elangelo at lunar-linux.org
Wed Feb 13 19:21:57 CET 2008


commit 98ce75b7fd3257c69c83ff54451ff304bcc159a7
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Wed Feb 13 19:21:57 2008 +0100

    sun-jre: evil echo "yes" hack by Ratler
---
 compilers/sun-jre/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/compilers/sun-jre/BUILD b/compilers/sun-jre/BUILD
index 56e4feb..ce89795 100644
--- a/compilers/sun-jre/BUILD
+++ b/compilers/sun-jre/BUILD
@@ -2,7 +2,7 @@
 
   echo export PATH=\"'${PATH}':/usr/lib/jre"${VERSION}"/bin\" >> $SOURCE_DIRECTORY/sun-jre.rc &&
   chmod +x $SOURCE &&
-  ./$SOURCE        &&
+  echo "yes" | MORE="20000000" ./$SOURCE        &&
 
   prepare_install  &&
 


More information about the Lunar-commits mailing list