diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/po4a/po4a.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/po4a/po4a.SlackBuild b/misc/po4a/po4a.SlackBuild index 90f406e92ec2c..2ce71e2e58fbd 100644 --- a/misc/po4a/po4a.SlackBuild +++ b/misc/po4a/po4a.SlackBuild @@ -19,11 +19,11 @@ # - ARCH=noarch. # - run the tests if TESTS=yes, as user nobody so they actually work. +cd $(dirname $0) ; CWD=$(pwd) + export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 -cd $(dirname $0) ; CWD=$(pwd) - PRGNAM=po4a VERSION=${VERSION:-0.69} BUILD=${BUILD:-1} |