summaryrefslogtreecommitdiffstats
path: root/office/evince
diff options
context:
space:
mode:
Diffstat (limited to 'office/evince')
-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' \