diff options
Diffstat (limited to 'ham/wxapt/wxapt.SlackBuild')
-rw-r--r-- | ham/wxapt/wxapt.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/wxapt/wxapt.SlackBuild b/ham/wxapt/wxapt.SlackBuild index 8b9286d65f50..9359f91e32b8 100644 --- a/ham/wxapt/wxapt.SlackBuild +++ b/ham/wxapt/wxapt.SlackBuild @@ -20,6 +20,8 @@ # see fit. Or as I see fit. Or as I fit. Although # that is unlikely, as I am rather tall. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=wxapt VERSION=${VERSION:-1.7.2} BUILD=${BUILD:-1} @@ -33,7 +35,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |