summaryrefslogtreecommitdiffstats
path: root/games/bloodcm/bloodcm.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/bloodcm/bloodcm.SlackBuild')
-rw-r--r--games/bloodcm/bloodcm.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/bloodcm/bloodcm.SlackBuild b/games/bloodcm/bloodcm.SlackBuild
index 3c12281408..1093fcb473 100644
--- a/games/bloodcm/bloodcm.SlackBuild
+++ b/games/bloodcm/bloodcm.SlackBuild
@@ -9,6 +9,8 @@
# Just repacks the data, no compiling or executables.
# No icon or .desktop, because no executables.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=bloodcm
VERSION=${VERSION:-12.2016}
BUILD=${BUILD:-1}
@@ -16,7 +18,6 @@ TAG=${TAG:-_SBo}
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}