summaryrefslogtreecommitdiff
path: root/qt5/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-07-28 23:41:10 +1000
committerDanny Rawlins <monster.romster@gmail.com>2020-07-28 23:41:33 +1000
commit88d5cb57f18996a96dda36754f15bbbe28f73f30 (patch)
tree7acd7e7b37c6949a91d06246ce2269fdd503791b /qt5/Pkgfile
parentb8bbdb47a20aeb09f6629179a506ed798cb7c0d5 (diff)
downloadopt-88d5cb57f18996a96dda36754f15bbbe28f73f30.tar.gz
opt-88d5cb57f18996a96dda36754f15bbbe28f73f30.tar.xz
qt5: fix build with python3 file rename from 2to3-3.7 to 2to3 a rebuild is not necessary
Diffstat (limited to 'qt5/Pkgfile')
-rw-r--r--qt5/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt5/Pkgfile b/qt5/Pkgfile
index 96cd75459..2d52680f3 100644
--- a/qt5/Pkgfile
+++ b/qt5/Pkgfile
@@ -85,7 +85,7 @@ build() {
sed 's|/usr/bin/python|/usr/bin/python3|g' \
-i $PKG/usr/lib/qt5/mkspecs/features/uikit/devices.py
- 2to3-3.7 --write --nobackups $PKG/usr/lib/qt5/mkspecs/features/uikit/devices.py
+ 2to3 --write --nobackups $PKG/usr/lib/qt5/mkspecs/features/uikit/devices.py
# Fix paths
find $PKG/usr/lib/ -type f -name '*.prl' \

Generated by cgit