wok rev 8872

Fixed slitaz-i18n. It need to look for install folder instead of _pkg folder with the new tazwok.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 26 08:00:27 2011 +0000 (2011-02-26)
parents dd4600f04ba4
children 790b429e8020
files slitaz-i18n/stuff/locale-pack.functions
line diff
     1.1 --- a/slitaz-i18n/stuff/locale-pack.functions	Sat Feb 26 06:15:14 2011 +0100
     1.2 +++ b/slitaz-i18n/stuff/locale-pack.functions	Sat Feb 26 08:00:27 2011 +0000
     1.3 @@ -36,8 +36,8 @@
     1.4  	for pkg in $CORE_PKGS
     1.5  	do
     1.6  		[ -f $WOK/$pkg/receipt ] && . $WOK/$pkg/receipt
     1.7 -		if [ -d $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE ]; then
     1.8 -			cp -a $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE \
     1.9 +		if [ -d $WOK/$pkg/$PACKAGE-$VERSION/install/usr/share/locale/$LOCALE ]; then
    1.10 +			cp -a $WOK/$pkg/$PACKAGE-$VERSION/install/usr/share/locale/$LOCALE \
    1.11  				$fs/usr/share/locale
    1.12  		fi
    1.13  	done