summaryrefslogtreecommitdiffstats
path: root/python/blinker/blinker.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/blinker/blinker.SlackBuild')
-rw-r--r--python/blinker/blinker.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/blinker/blinker.SlackBuild b/python/blinker/blinker.SlackBuild
index 89ad3ce360..f662a0d594 100644
--- a/python/blinker/blinker.SlackBuild
+++ b/python/blinker/blinker.SlackBuild
@@ -23,6 +23,8 @@
#
# Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=blinker
VERSION=${VERSION:-1.4}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}