summaryrefslogtreecommitdiffstats
path: root/system/untex/untex.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/untex/untex.SlackBuild')
-rw-r--r--system/untex/untex.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/untex/untex.SlackBuild b/system/untex/untex.SlackBuild
index b2dbc144a9..1c6d813d35 100644
--- a/system/untex/untex.SlackBuild
+++ b/system/untex/untex.SlackBuild
@@ -30,6 +30,8 @@
# - fix missing includes and other compiler warnings
# - minor script tweaks
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=untex
VERSION=${VERSION:-1.3}
BUILD=${BUILD:-2}
@@ -43,7 +45,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}