[arch-commits] Commit in pyqt3/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Oct 12 20:27:46 UTC 2010


    Date: Tuesday, October 12, 2010 @ 16:27:46
  Author: andrea
Revision: 94963

fix python 2.6 path (luckily I didn't release this yet)

Modified:
  pyqt3/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-12 20:19:15 UTC (rev 94962)
+++ PKGBUILD	2010-10-12 20:27:46 UTC (rev 94963)
@@ -20,7 +20,7 @@
   . /etc/profile.d/qt3.sh
 
   echo yes | python2 configure.py -b /usr/bin \
-    -d /usr/lib/python2.7/site-packages \
+    -d /usr/lib/python2.6/site-packages \
     -v /usr/share/sip
 
   make
@@ -29,4 +29,4 @@
 package() {
   cd ${srcdir}/PyQt-x11-gpl-${pkgver}
   make DESTDIR=${pkgdir} install
-} 
+}




More information about the arch-commits mailing list