wok diff slitaz-i18n/stuff/locale-pack.functions @ rev 10259
Add p0f. A passive OS fingerprinting tool.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 04:09:33 2011 +0000 (2011-05-21) |
parents | 93f4822fd8b1 |
children | 6a16e4339314 |
line diff
1.1 --- a/slitaz-i18n/stuff/locale-pack.functions Sat Feb 26 08:00:27 2011 +0000 1.2 +++ b/slitaz-i18n/stuff/locale-pack.functions Sat May 21 04:09:33 2011 +0000 1.3 @@ -33,11 +33,12 @@ 1.4 # Get the core packages messages. 1.5 get_core_messages() 1.6 { 1.7 + 1.8 for pkg in $CORE_PKGS 1.9 do 1.10 [ -f $WOK/$pkg/receipt ] && . $WOK/$pkg/receipt 1.11 - if [ -d $WOK/$pkg/$PACKAGE-$VERSION/install/usr/share/locale/$LOCALE ]; then 1.12 - cp -a $WOK/$pkg/$PACKAGE-$VERSION/install/usr/share/locale/$LOCALE \ 1.13 + if [ -d $WOK/$pkg/install/usr/share/locale/$LOCALE ]; then 1.14 + cp -a $WOK/$pkg/install/usr/share/locale/$LOCALE \ 1.15 $fs/usr/share/locale 1.16 fi 1.17 done