wok-stable rev 12263

get-java6-jre: Update url
author Richard Dunbar <mojo@slitaz.org>
date Sun Apr 15 23:11:35 2012 +0000 (2012-04-15)
parents 616b768fe0ce
children f521d416363e
files get-java6-jre/stuff/get-java6-jre
line diff
     1.1 --- a/get-java6-jre/stuff/get-java6-jre	Sun Apr 15 15:41:24 2012 +0200
     1.2 +++ b/get-java6-jre/stuff/get-java6-jre	Sun Apr 15 23:11:35 2012 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  
     1.5  PACKAGE="java6-jre"
     1.6  VERSION="1.6.0_31"
     1.7 -URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=35675"
     1.8 +URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=59621"
     1.9  TARBALL="jre-6u31-linux-i586.bin"
    1.10  TEMP_DIR="/tmp/$PACKAGE.$$"
    1.11  ROOT="$1"
    1.12 @@ -32,7 +32,7 @@
    1.13  test -d $TEMP_DIR || mkdir $TEMP_DIR
    1.14  cd $TEMP_DIR
    1.15  
    1.16 -# Doanload the file
    1.17 +# Download the file
    1.18  test -f $TARBALL || wget $URL -O $TARBALL
    1.19  if [ ! -f $TARBALL ]; then
    1.20  	cd $CUR_DIR