summaryrefslogtreecommitdiffstats
path: root/development/blassic
diff options
context:
space:
mode:
Diffstat (limited to 'development/blassic')
-rw-r--r--development/blassic/blassic.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/blassic/blassic.SlackBuild b/development/blassic/blassic.SlackBuild
index 4bdc2623ef..760adc9f6c 100644
--- a/development/blassic/blassic.SlackBuild
+++ b/development/blassic/blassic.SlackBuild
@@ -16,6 +16,8 @@
# - don't install INSTALL or 0-byte ChangeLog in doc dir
# - i486 => i586
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=blassic
VERSION=${VERSION:-0.10.3}
BUILD=${BUILD:-1}
@@ -29,7 +31,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}