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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Jun 16 17:38:09 UTC 2014


    Date: Monday, June 16, 2014 @ 19:38:08
  Author: andrea
Revision: 215208

pyrcc and pylupdate's Makefile use INSTALL_ROOT

Modified:
  pyqt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-16 17:35:45 UTC (rev 215207)
+++ PKGBUILD	2014-06-16 17:38:08 UTC (rev 215208)
@@ -6,7 +6,7 @@
 pkgbase=pyqt4
 pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
 pkgver=4.11
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/pyqt/intro'
 license=('GPL')
@@ -51,8 +51,8 @@
   provides=("pyqt-common=${pkgver}")
 
   cd PyQt-x11-gpl-${pkgver}
-  make -C pyrcc DESTDIR="${pkgdir}" install
-  make -C pylupdate DESTDIR="${pkgdir}" install
+  make -C pyrcc INSTALL_ROOT="${pkgdir}" install
+  make -C pylupdate INSTALL_ROOT="${pkgdir}" install
 
   install -Dm644 PyQt4.api "${pkgdir}"/usr/share/qt4/qsci/api/python/PyQt4.api
 }




More information about the arch-commits mailing list