summaryrefslogtreecommitdiffstats
path: root/graphics/HotShots/HotShots.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/HotShots/HotShots.SlackBuild')
-rw-r--r--graphics/HotShots/HotShots.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/HotShots/HotShots.SlackBuild b/graphics/HotShots/HotShots.SlackBuild
index 190797de76..579d682394 100644
--- a/graphics/HotShots/HotShots.SlackBuild
+++ b/graphics/HotShots/HotShots.SlackBuild
@@ -4,6 +4,8 @@
# Written by Andrey Maraev <andrew.maraev60@yandex.ru>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=HotShots
VERSION=${VERSION:-2.1.1}
BUILD=${BUILD:-2}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}