summaryrefslogtreecommitdiffstats
path: root/system/biew/biew.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/biew/biew.SlackBuild')
-rw-r--r--system/biew/biew.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/biew/biew.SlackBuild b/system/biew/biew.SlackBuild
index ea3cea668b..de19173988 100644
--- a/system/biew/biew.SlackBuild
+++ b/system/biew/biew.SlackBuild
@@ -3,6 +3,8 @@
# Slackware build script for biew
# Written by Oleg O. Chukaev <oleg.chukaev@mail.ru>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=biew
VERSION=${VERSION:-6.1.0}
BUILD=${BUILD:-1}
@@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}