summaryrefslogtreecommitdiffstats
path: root/ham/aprx/aprx.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'ham/aprx/aprx.SlackBuild')
-rw-r--r--ham/aprx/aprx.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/aprx/aprx.SlackBuild b/ham/aprx/aprx.SlackBuild
index e06a00eece..8bbed8ba06 100644
--- a/ham/aprx/aprx.SlackBuild
+++ b/ham/aprx/aprx.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=aprx
VERSION=${VERSION:-2.9.0}
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}