diff options
Diffstat (limited to 'ham/cwstation/cwstation.SlackBuild')
-rw-r--r-- | ham/cwstation/cwstation.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/cwstation/cwstation.SlackBuild b/ham/cwstation/cwstation.SlackBuild index fc08687c9abc..692d2eab885e 100644 --- a/ham/cwstation/cwstation.SlackBuild +++ b/ham/cwstation/cwstation.SlackBuild @@ -4,6 +4,8 @@ # Written by G. Schoenmakers <gschoen@iinet.net.au> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=cwstation VERSION=${VERSION:-0.1} BUILD=${BUILD:-1} @@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |