wok rev 6675

get-OpenOffice3: fix tazball name
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 12 20:31:06 2010 +0200 (2010-10-12)
parents a841d189e474
children 9774e0050188
files get-OpenOffice3/stuff/get-OpenOffice3
line diff
     1.1 --- a/get-OpenOffice3/stuff/get-OpenOffice3	Tue Oct 12 16:37:45 2010 +0200
     1.2 +++ b/get-OpenOffice3/stuff/get-OpenOffice3	Tue Oct 12 20:31:06 2010 +0200
     1.3 @@ -10,13 +10,13 @@
     1.4  ROOT="$1"
     1.5  
     1.6  case "$LANG" in
     1.7 -fr_FR|de_DE|es_ES|it_IT|ru_RU)
     1.8 +fr_*|de_*|es_*|it_*|ru_*)
     1.9  	LOC=${LANG%_*}
    1.10  	DIR="localized/$LOC"
    1.11 -	SUFFIX="LinuxIntel_install_$LOC.tar.gz";;
    1.12 +	SUFFIX="Linux_x86_install-rpm_$LOC.tar.gz";;
    1.13  *)
    1.14  	DIR="stable"
    1.15 -	SUFFIX="LinuxIntel_install_en-US.tar.gz";;
    1.16 +	SUFFIX="Linux_x86_install-rpm_en-US.tar.gz";;
    1.17  esac
    1.18  
    1.19  VERSION="$(basename $(wget -O - http://openofficeorg.secsup.org/$DIR/ \