office/evince: Fixed the NLS test.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2010-05-28 01:38:45 -05:00 committed by Robby Workman
parent e57fb3b233
commit ffb0447d93

View file

@ -74,7 +74,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
if [ "NLS" != "YES" ]; then
if [ "$NLS" != "YES" ]; then
# disable NLS - we're going for a small package here.
rm po/*.po
sed -i -e 's/USE_NLS=yes/USE_NLS=no/g' \