summaryrefslogtreecommitdiff
path: root/core/grep
diff options
context:
space:
mode:
Diffstat (limited to 'core/grep')
-rw-r--r--core/grep/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/grep/PKGBUILD b/core/grep/PKGBUILD
index ee0dcc114..96aa4b3bd 100644
--- a/core/grep/PKGBUILD
+++ b/core/grep/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 143252 2011-11-24 01:36:25Z allan $
+# $Id: PKGBUILD 149932 2012-02-11 23:29:33Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=grep
pkgver=2.10
-pkgrel=1
+pkgrel=2
pkgdesc="A string search utility"
arch=('i686' 'x86_64')
license=('GPL3')
@@ -19,7 +19,7 @@ md5sums=('709915434d09f5db655e5ebd7fd6bb7f'
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --bindir=/bin --without-included-regex
+ ./configure --prefix=/usr --without-included-regex
make
}