summaryrefslogtreecommitdiffstats
path: root/system/hebe/hebe.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/hebe/hebe.SlackBuild')
-rw-r--r--system/hebe/hebe.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/hebe/hebe.SlackBuild b/system/hebe/hebe.SlackBuild
index 750c604abc..a82d730352 100644
--- a/system/hebe/hebe.SlackBuild
+++ b/system/hebe/hebe.SlackBuild
@@ -6,6 +6,8 @@
# Written by Niels Horn <niels.horn@gmail.com>
# Revision date: 2010/11/21
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=hebe
VERSION=${VERSION:-0.4}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}