diff options
Diffstat (limited to 'grep')
-rwxr-xr-x | grep/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/grep/Pkgfile b/grep/Pkgfile index 6d4181a3f..39165905a 100755 --- a/grep/Pkgfile +++ b/grep/Pkgfile @@ -6,15 +6,15 @@ name=grep version=2.11 release=1 -source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ - --without-included-regex \ - --bindir=/bin + --bindir=/bin \ + --without-included-regex make make DESTDIR=$PKG install if [ -f $PKG/usr/share/info/dir ]; then |