diff options
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 |
commit | ffb0447d93d10bf4fd60671ffed23c5af744778e (patch) | |
tree | c5b6b84b3085f66ce8d5e7d6847b64c828ca4333 /office | |
parent | e57fb3b233c5240c3337f383186b0c969335eb22 (diff) | |
download | slackbuilds-ffb0447d93d10bf4fd60671ffed23c5af744778e.tar.gz |
office/evince: Fixed the NLS test.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'office')
-rwxr-xr-x | office/evince/evince.SlackBuild | 2 |
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' \ |