diff options
Diffstat (limited to 'python/python2-simpy/python2-simpy.SlackBuild')
-rw-r--r-- | python/python2-simpy/python2-simpy.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python2-simpy/python2-simpy.SlackBuild b/python/python2-simpy/python2-simpy.SlackBuild index 7aa5d8b397144..18208eedaaa3f 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} |