From 8d18a8723f7ce26df97c0cd9bdeff7571626268f Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 12 Nov 2015 14:33:40 +0000 Subject: [PATCH] grep: updated to 2.22 and updated mandir --- grep/.footprint | 11 ++++++----- grep/.md5sum | 2 +- grep/Pkgfile | 5 ++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/grep/.footprint b/grep/.footprint index e153fe5..bfa8747 100644 --- a/grep/.footprint +++ b/grep/.footprint @@ -3,8 +3,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/egrep -rwxr-xr-x root/root usr/bin/fgrep -rwxr-xr-x root/root usr/bin/grep -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/egrep.1.gz --rw-r--r-- root/root usr/man/man1/fgrep.1.gz --rw-r--r-- root/root usr/man/man1/grep.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/egrep.1.gz +-rw-r--r-- root/root usr/share/man/man1/fgrep.1.gz +-rw-r--r-- root/root usr/share/man/man1/grep.1.gz diff --git a/grep/.md5sum b/grep/.md5sum index fe1f529..f64d6b8 100644 --- a/grep/.md5sum +++ b/grep/.md5sum @@ -1 +1 @@ -2cbea44a4f1548aee20b9ff2d3076908 grep-2.20.tar.xz +e1015e951a49a82b02e38891026ef5df grep-2.22.tar.xz diff --git a/grep/Pkgfile b/grep/Pkgfile index 2ffa009..e052b85 100644 --- a/grep/Pkgfile +++ b/grep/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libpcre name=grep -version=2.20 +version=2.22 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) @@ -15,11 +15,10 @@ build() { ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man \ --disable-nls make make DESTDIR=$PKG install - rm -r $PKG/usr/share + rm -r $PKG/usr/share/info } -- 2.26.2