wok rev 2379

Fix: get-OpenOffice4 typo
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Mar 08 00:49:28 2009 +0100 (2009-03-08)
parents 6a44a2d57a0f
children 2222ab9e0d91
files get-OpenOffice3/receipt get-OpenOffice3/stuff/get-OpenOffice3
line diff
     1.1 --- a/get-OpenOffice3/receipt	Sat Mar 07 23:40:48 2009 +0100
     1.2 +++ b/get-OpenOffice3/receipt	Sun Mar 08 00:49:28 2009 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="get-OpenOffice3"
     1.7 -VERSION="1.0"
     1.8 +VERSION="1.1"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Productivity suite"
    1.11  MAINTAINER="erjo@slitaz.org"
     2.1 --- a/get-OpenOffice3/stuff/get-OpenOffice3	Sat Mar 07 23:40:48 2009 +0100
     2.2 +++ b/get-OpenOffice3/stuff/get-OpenOffice3	Sun Mar 08 00:49:28 2009 +0100
     2.3 @@ -11,7 +11,7 @@
     2.4  
     2.5  case "$LANG" in
     2.6  fr_FR|de_DE|es_ES|it_IT|ru_RU)
     2.7 -	LOC=${LOC%_*}
     2.8 +	LOC=${LANG%_*}
     2.9  	DIR="localized/$LOC"
    2.10  	SUFFIX="LinuxIntel_install_$LOC.tar.gz";;
    2.11  *)