diff options
Diffstat (limited to 'ham/psk31lx')
-rw-r--r-- | ham/psk31lx/psk31lx.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/psk31lx/psk31lx.SlackBuild b/ham/psk31lx/psk31lx.SlackBuild index 8878b89ed0..51d1d93147 100644 --- a/ham/psk31lx/psk31lx.SlackBuild +++ b/ham/psk31lx/psk31lx.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=psk31lx VERSION=${VERSION:-2.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} |