summaryrefslogtreecommitdiffstats
path: root/development/pforth/pforth.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/pforth/pforth.SlackBuild')
-rw-r--r--development/pforth/pforth.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/pforth/pforth.SlackBuild b/development/pforth/pforth.SlackBuild
index 7d5893f3fb..076a78a89d 100644
--- a/development/pforth/pforth.SlackBuild
+++ b/development/pforth/pforth.SlackBuild
@@ -5,6 +5,8 @@
# Written by Zbigniew Baniewski, <Zbigniew [dot] Baniewski [at] gmail [dot] com>
# Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pforth
VERSION=${VERSION:-v27}
BUILD=${BUILD:-2}
@@ -20,7 +22,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}