summaryrefslogtreecommitdiffstats
path: root/python/python2-daemon/python2-daemon.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python2-daemon/python2-daemon.SlackBuild')
-rw-r--r--python/python2-daemon/python2-daemon.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python2-daemon/python2-daemon.SlackBuild b/python/python2-daemon/python2-daemon.SlackBuild
index 995a23f206..1a40a3fa71 100644
--- a/python/python2-daemon/python2-daemon.SlackBuild
+++ b/python/python2-daemon/python2-daemon.SlackBuild
@@ -10,6 +10,8 @@
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=python2-daemon
SRCNAM=python-daemon
VERSION=${VERSION:-1.5.5}
@@ -24,7 +26,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}