diff options
Diffstat (limited to 'ham/7plus')
-rw-r--r-- | ham/7plus/7plus.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/7plus/7plus.SlackBuild b/ham/7plus/7plus.SlackBuild index 1a18a7d54bd8f..5b78f8cc37329 100644 --- a/ham/7plus/7plus.SlackBuild +++ b/ham/7plus/7plus.SlackBuild @@ -28,6 +28,8 @@ # All rights reserved. # +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=7plus VERSION=${VERSION:-2.25} BUILD=${BUILD:-1} @@ -41,7 +43,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |