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

Allan McRae allan at archlinux.org
Mon Feb 6 01:58:31 UTC 2012


    Date: Sunday, February 5, 2012 @ 20:58:30
  Author: allan
Revision: 149158

upgpkg: grep 2.10-2

pcre rebuild

Modified:
  grep/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-06 01:57:58 UTC (rev 149157)
+++ PKGBUILD	2012-02-06 01:58:30 UTC (rev 149158)
@@ -4,7 +4,7 @@
 
 pkgname=grep
 pkgver=2.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A string search utility"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -19,7 +19,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --bindir=/bin --without-included-regex
+  ./configure --prefix=/usr --without-included-regex
   make
 }
 




More information about the arch-commits mailing list