wok-next rev 1638
get-java6-jre: do not trust 'df' free space
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 25 08:56:41 2008 +0000 (2008-10-25) |
parents | 85fbd04c1fd6 |
children | b44b5af089e5 |
files | get-java6-jre/stuff/get-java6-jre.sh |
line diff
1.1 --- a/get-java6-jre/stuff/get-java6-jre.sh Fri Oct 24 21:24:55 2008 +0000 1.2 +++ b/get-java6-jre/stuff/get-java6-jre.sh Sat Oct 25 08:56:41 2008 +0000 1.3 @@ -33,6 +33,9 @@ 1.4 # Doanload the file 1.5 test -f $TARBALL || wget $URL -O $TARBALL 1.6 1.7 +# Do not trust 'df' free space 1.8 +sed -i 's/exit 3$//' $TARBALL 1.9 + 1.10 # Run the install file user may agree to SUN EULA 1.11 chmod +x $TARBALL 1.12 ./${TARBALL}