summaryrefslogtreecommitdiffstats
path: root/development/avarice
diff options
context:
space:
mode:
Diffstat (limited to 'development/avarice')
-rw-r--r--development/avarice/avarice.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/avarice/avarice.SlackBuild b/development/avarice/avarice.SlackBuild
index 3c5127e0c5..2c3c86f65a 100644
--- a/development/avarice/avarice.SlackBuild
+++ b/development/avarice/avarice.SlackBuild
@@ -3,6 +3,8 @@
# Slackware build script for avarice
# Written by thorsten
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=avarice
VERSION=${VERSION:-2.14}
BUILD=${BUILD:-1}
@@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}