summaryrefslogtreecommitdiffstats
path: root/system/vinterm/vinterm.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/vinterm/vinterm.SlackBuild')
-rw-r--r--system/vinterm/vinterm.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/vinterm/vinterm.SlackBuild b/system/vinterm/vinterm.SlackBuild
index ed5fcc6911..515f472b10 100644
--- a/system/vinterm/vinterm.SlackBuild
+++ b/system/vinterm/vinterm.SlackBuild
@@ -11,6 +11,8 @@
# - include icons/desktop in the package instead of spamming them
# to /usr (!)
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=vinterm
VERSION=${VERSION:-0.5.0}
BUILD=${BUILD:-2}
@@ -24,7 +26,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}