summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2010-05-28 01:38:45 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-06-04 01:08:29 -0500
commitffb0447d93d10bf4fd60671ffed23c5af744778e (patch)
treec5b6b84b3085f66ce8d5e7d6847b64c828ca4333
parente57fb3b233c5240c3337f383186b0c969335eb22 (diff)
downloadslackbuilds-ffb0447d93d10bf4fd60671ffed23c5af744778e.tar.gz
slackbuilds-ffb0447d93d10bf4fd60671ffed23c5af744778e.tar.xz
office/evince: Fixed the NLS test.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rwxr-xr-xoffice/evince/evince.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/office/evince/evince.SlackBuild b/office/evince/evince.SlackBuild
index 3794e1b786..89c88ad705 100755
--- a/office/evince/evince.SlackBuild
+++ b/office/evince/evince.SlackBuild
@@ -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' \