Date: Sunday, February 10, 2019 @ 15:28:49 Author: arojas Revision: 345844
Not needed here Modified: pyqtwebengine/trunk/PKGBUILD ----------+ PKGBUILD | 8 -------- 1 file changed, 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-10 15:27:56 UTC (rev 345843) +++ PKGBUILD 2019-02-10 15:28:49 UTC (rev 345844) @@ -44,10 +44,6 @@ cd PyQtWebEngine_gpl-$pkgver make INSTALL_ROOT="$pkgdir" install -j1 - # compile Python bytecode - python -m compileall -d / "$pkgdir"/usr/lib - python -O -m compileall -d / "$pkgdir"/usr/lib - # Provided by pyqtwebengine-common rm -r "$pkgdir"/usr/share } @@ -59,10 +55,6 @@ cd PyQtWebEngine_gpl-$pkgver-py2 make INSTALL_ROOT="$pkgdir" install -j1 - # compile Python bytecode - python2 -m compileall -d / "$pkgdir"/usr/lib - python2 -O -m compileall -d / "$pkgdir"/usr/lib - # Provided by pyqtwebengine-common rm -r "$pkgdir"/usr/share }
