diff options
Diffstat (limited to 'libraries/wxPython4/wxPython4.SlackBuild')
| -rw-r--r-- | libraries/wxPython4/wxPython4.SlackBuild | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/wxPython4/wxPython4.SlackBuild b/libraries/wxPython4/wxPython4.SlackBuild index 726da30e3e..b73534842f 100644 --- a/libraries/wxPython4/wxPython4.SlackBuild +++ b/libraries/wxPython4/wxPython4.SlackBuild @@ -27,8 +27,8 @@  cd $(dirname $0) ; CWD=$(pwd)  PRGNAM=wxPython4 -SRCNAM=wxPython -VERSION=${VERSION:-4.2.3} +SRCNAM=wxpython +VERSION=${VERSION:-4.2.4}  BUILD=${BUILD:-1}  TAG=${TAG:-_SBo}  PKGTYPE=${PKGTYPE:-tgz} @@ -55,9 +55,9 @@ set -e  rm -rf $PKG  mkdir -p $TMP $PKG $OUTPUT  cd $TMP -rm -rf $SRCNAM-$VERSION +rm -rf wxPython-$VERSION  tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION +cd wxPython-$VERSION  chown -R root:root .  find -L . \   \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \  | 
