summaryrefslogtreecommitdiffstats
path: root/development/rmac/rmac.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/rmac/rmac.SlackBuild')
-rw-r--r--development/rmac/rmac.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/rmac/rmac.SlackBuild b/development/rmac/rmac.SlackBuild
index 9ba4c8a5ed..9c1848d4f8 100644
--- a/development/rmac/rmac.SlackBuild
+++ b/development/rmac/rmac.SlackBuild
@@ -11,6 +11,8 @@
# 20180922 bkw:
# - updated for v1.13.5_20180603, had to add -j1 to make command.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=rmac
VERSION=${VERSION:-1.13.5_20180603}
BUILD=${BUILD:-1}
@@ -24,7 +26,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}