summaryrefslogtreecommitdiffstats
path: root/python/python2-simpy/python2-simpy.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python2-simpy/python2-simpy.SlackBuild')
-rw-r--r--python/python2-simpy/python2-simpy.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python2-simpy/python2-simpy.SlackBuild b/python/python2-simpy/python2-simpy.SlackBuild
index 7aa5d8b397..18208eedaa 100644
--- a/python/python2-simpy/python2-simpy.SlackBuild
+++ b/python/python2-simpy/python2-simpy.SlackBuild
@@ -4,6 +4,8 @@
# Written by John Tyree <johntyree+sbo@gmail.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=python2-simpy
VERSION=${VERSION:-3.0.10}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}