wok-stable diff locale-cs/receipt @ rev 600

Make place to include Spanish in the core
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 17 21:35:52 2008 +0200 (2008-04-17)
parents bc28c4d5b3e8
children 66a35c398785
line diff
     1.1 --- a/locale-cs/receipt	Wed Apr 09 16:08:07 2008 +0200
     1.2 +++ b/locale-cs/receipt	Thu Apr 17 21:35:52 2008 +0200
     1.3 @@ -26,7 +26,7 @@
     1.4  #
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/share/locale/$LOCALE $fs/usr/share/i18n/locales
     1.8 +	mkdir -p $fs/usr/share/locale/$LOCALE
     1.9  	
    1.10  	# Get the core apps messages.
    1.11  	for pkg in $CORE_PKGS
    1.12 @@ -39,8 +39,6 @@
    1.13  	done
    1.14  	
    1.15  	# Glibc locale.
    1.16 -	cp -a $GLIBC_FILES/usr/share/i18n/locales/$LOCALEDEF \
    1.17 -		$fs/usr/share/i18n/locales
    1.18  	cp -a $GLIBC_FILES/usr/share/locale/$LOCALE $fs/usr/share/locale
    1.19  	
    1.20  	PACKAGE="$PKG_NAME"