diff options
Diffstat (limited to 'libraries/wxPython4/wxPython4.SlackBuild')
-rw-r--r-- | libraries/wxPython4/wxPython4.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/wxPython4/wxPython4.SlackBuild b/libraries/wxPython4/wxPython4.SlackBuild index e99b5ae7c688c..b4dde0f7ee182 100644 --- a/libraries/wxPython4/wxPython4.SlackBuild +++ b/libraries/wxPython4/wxPython4.SlackBuild @@ -25,6 +25,8 @@ # Big thanks to Rich Shepard and Christoph Willing for the discussion on LQ # +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=wxPython4 SRCNAM=wxPython VERSION=${VERSION:-4.1.1} @@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |