wok-6.x rev 16297
Fix: actually, manual locale copy is not needed
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon Apr 07 08:05:24 2014 +0000 (2014-04-07) |
parents | c880431ba50f |
children | 5cdf5c29f238 |
files | xfce4-appfinder/receipt |
line diff
1.1 --- a/xfce4-appfinder/receipt Mon Apr 07 07:57:01 2014 +0000 1.2 +++ b/xfce4-appfinder/receipt Mon Apr 07 08:05:24 2014 +0000 1.3 @@ -31,8 +31,5 @@ 1.4 mkdir -p $fs/usr/share/locale 1.5 cp -a $install/usr/bin $fs/usr 1.6 cp -a $install/usr/share/applications $fs/usr/share 1.7 - for TRANSLATION in $LOCALE; do 1.8 - cp -a $install/usr/share/locale/$TRANSLATION $fs/usr/share/ ; 1.9 - done 1.10 } 1.11