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

Andrea Scarpino andrea at archlinux.org
Mon May 2 17:31:08 UTC 2011


    Date: Monday, May 2, 2011 @ 13:31:08
  Author: andrea
Revision: 122181

fix change dir command

Modified:
  pyqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-02 17:30:24 UTC (rev 122180)
+++ PKGBUILD	2011-05-02 17:31:08 UTC (rev 122181)
@@ -19,7 +19,7 @@
   cd "${srcdir}"
   cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
 
-  cd PyQt-x11-gpl-${pkgver}
+  cd "${srcdir}/PyQt-x11-gpl-${pkgver}"
   python configure.py \
     --confirm-license \
     --qsci-api
@@ -30,7 +30,7 @@
   make
 
   ### Python2 version ###
-  cd Py2Qt-x11-gpl-${pkgver}
+  cd "${srcdir}/Py2Qt-x11-gpl-${pkgver}"
   python2 configure.py \
     --confirm-license \
     -v /usr/share/sip \




More information about the arch-commits mailing list