diff --git a/grep/.footprint b/grep/.footprint index e153fe5d..bfa8747e 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/Pkgfile b/grep/Pkgfile index 0911c9c6..15d1181d 100644 --- a/grep/Pkgfile +++ b/grep/Pkgfile @@ -5,17 +5,16 @@ name=grep version=2.21 -release=1 +release=2 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ - --disable-nls \ - --mandir=/usr/man + --disable-nls make make DESTDIR=$PKG install - rm -r $PKG/usr/share + rm -r $PKG/usr/share/info }