mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/evince: Fixed the NLS test.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
e57fb3b233
commit
ffb0447d93
1 changed files with 1 additions and 1 deletions
|
@ -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' \
|
||||
|
|
Loading…
Reference in a new issue