summaryrefslogtreecommitdiffstats
path: root/libraries/hug/hug.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/hug/hug.SlackBuild')
-rw-r--r--libraries/hug/hug.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/hug/hug.SlackBuild b/libraries/hug/hug.SlackBuild
index b0fc928350..07e016dd30 100644
--- a/libraries/hug/hug.SlackBuild
+++ b/libraries/hug/hug.SlackBuild
@@ -4,6 +4,8 @@
# Written by Steve Pledger <spledger91@yahoo.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=hug
VERSION=${VERSION:-0.100}
BUILD=${BUILD:-1}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}