diff options
Diffstat (limited to 'system/untex/untex.SlackBuild')
-rw-r--r-- | system/untex/untex.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/untex/untex.SlackBuild b/system/untex/untex.SlackBuild index b2dbc144a9150..1c6d813d35ade 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} |