# HG changeset patch # User Alexander Medvedev # Date 1396857924 0 # Node ID efeb34a6c533d9c8589e0ce27cab8175756b037e # Parent c880431ba50fd33a80e383f427721932cc92a738 Fix: actually, manual locale copy is not needed diff -r c880431ba50f -r efeb34a6c533 xfce4-appfinder/receipt --- a/xfce4-appfinder/receipt Mon Apr 07 07:57:01 2014 +0000 +++ b/xfce4-appfinder/receipt Mon Apr 07 08:05:24 2014 +0000 @@ -31,8 +31,5 @@ mkdir -p $fs/usr/share/locale cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/applications $fs/usr/share - for TRANSLATION in $LOCALE; do - cp -a $install/usr/share/locale/$TRANSLATION $fs/usr/share/ ; - done }