summaryrefslogtreecommitdiffstats
path: root/development/bless/bless.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/bless/bless.SlackBuild')
-rw-r--r--development/bless/bless.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/bless/bless.SlackBuild b/development/bless/bless.SlackBuild
index da3896712e..3f197f6061 100644
--- a/development/bless/bless.SlackBuild
+++ b/development/bless/bless.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=bless
VERSION=${VERSION:-0.6.0}
BUILD=${BUILD:-1}
@@ -20,7 +22,6 @@ TAG=${TAG:-_SBo}
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}