diff options
Diffstat (limited to 'python/PythonQt/PythonQt.SlackBuild')
-rw-r--r-- | python/PythonQt/PythonQt.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/PythonQt/PythonQt.SlackBuild b/python/PythonQt/PythonQt.SlackBuild index 140716de12a38..7a80f912d861f 100644 --- a/python/PythonQt/PythonQt.SlackBuild +++ b/python/PythonQt/PythonQt.SlackBuild @@ -59,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf PythonQt-patched-8 +unzip $CWD/PythonQt-patched-8.zip +cd PythonQt-patched-8 chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |