diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-20 06:46:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-23 06:11:51 +0700 |
commit | fe0e999a762de3b7f163c52e2c10d862e2cbb888 (patch) | |
tree | b28856e0ff31a56dd0c0b3af54d3dfb480f7a0d3 /python/PythonQt/PythonQt.SlackBuild | |
parent | 816be12bf3a98fc63d2bf250f6773f35fea3ded6 (diff) |
python/PythonQt: Fix build against Qt5-webkit.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 \ |