wok rev 12301

get-java6-jre: update url
author Richard Dunbar <mojo@slitaz.org>
date Mon Apr 16 10:58:24 2012 +0000 (2012-04-16)
parents bff65eb88e5a
children 9d2b7651adf4
files get-java6-jre/stuff/get-java6-jre
line diff
     1.1 --- a/get-java6-jre/stuff/get-java6-jre	Mon Apr 16 13:24:39 2012 +0200
     1.2 +++ b/get-java6-jre/stuff/get-java6-jre	Mon Apr 16 10:58:24 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