[arch-commits] Commit in qt5-doc/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jun 12 15:13:04 UTC 2019


    Date: Wednesday, June 12, 2019 @ 15:13:04
  Author: arojas
Revision: 355927

Remove no longer needed hack

Modified:
  qt5-doc/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    6 ------
 1 file changed, 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-12 15:03:42 UTC (rev 355926)
+++ PKGBUILD	2019-06-12 15:13:04 UTC (rev 355927)
@@ -22,17 +22,11 @@
 
   ln -s /usr/bin qttools/
   ln -s /usr/bin/{rcc,uic,moc} qtbase/bin/
-
-  # Hack to force using python2
-  cd "$srcdir"
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
 }
 
 build() {
   cd ${_pkgfqn}
 
-  export PATH="$srcdir/bin:$PATH"
   PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
     -prefix /usr \
     -docdir /usr/share/doc/qt \



More information about the arch-commits mailing list