diff options
Diffstat (limited to 'system/biew')
-rw-r--r-- | system/biew/biew.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/biew/biew.SlackBuild b/system/biew/biew.SlackBuild index ea3cea668b670..de19173988787 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} |