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

Andrea Scarpino andrea at archlinux.org
Sun Oct 3 07:16:34 UTC 2010


    Date: Sunday, October 3, 2010 @ 03:16:34
  Author: andrea
Revision: 93057

add --optimize flag

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-03 07:13:45 UTC (rev 93056)
+++ PKGBUILD	2010-10-03 07:16:34 UTC (rev 93057)
@@ -1,4 +1,4 @@
-# $Id $
+# $Id$
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
@@ -22,7 +22,7 @@
 package() {
   cd ${srcdir}/lxml-$pkgver
 
-  python2 setup.py install --root=${pkgdir}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
 
   install -D -m644 LICENSES.txt ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
   install -D -m644 doc/licenses/BSD.txt ${pkgdir}/usr/share/licenses/$pkgname/BSD.txt




More information about the arch-commits mailing list