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

Ionut Biru ibiru at archlinux.org
Mon Dec 6 00:38:58 UTC 2010


    Date: Sunday, December 5, 2010 @ 19:38:58
  Author: ibiru
Revision: 102102

upgpkg: mod_wsgi 3.3-2
python 2.7.1 rebuild. FS#21990

Modified:
  mod_wsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-05 21:19:39 UTC (rev 102101)
+++ PKGBUILD	2010-12-06 00:38:58 UTC (rev 102102)
@@ -4,7 +4,7 @@
 
 pkgname=mod_wsgi
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Python WSGI adapter module for Apache"
 arch=('i686' 'x86_64')
 url="http://www.modwsgi.org/"
@@ -19,8 +19,8 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
     --with-apxs=/usr/sbin/apxs \
-    --with-python=/usr/bin/python2 || return 1
-  make || return 1
+    --with-python=/usr/bin/python2
+  make
 }
 
 package() {




More information about the arch-commits mailing list