From d855e59da35eea822dedc0d20f9bae2a3dc7e30f Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 12 Nov 2015 13:22:12 +0000 Subject: [PATCH] findutils: updated mandir --- findutils/.footprint | 9 +++++---- findutils/Pkgfile | 7 +++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/findutils/.footprint b/findutils/.footprint index 9635d06..0b3f76c 100644 --- a/findutils/.footprint +++ b/findutils/.footprint @@ -3,7 +3,8 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/find -rwxr-xr-x root/root usr/bin/oldfind -rwxr-xr-x root/root usr/bin/xargs -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/find.1.gz --rw-r--r-- root/root usr/man/man1/xargs.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/find.1.gz +-rw-r--r-- root/root usr/share/man/man1/xargs.1.gz diff --git a/findutils/Pkgfile b/findutils/Pkgfile index bd74a91..2fbaab4 100644 --- a/findutils/Pkgfile +++ b/findutils/Pkgfile @@ -6,7 +6,7 @@ name=findutils version=4.4.2 -release=1 +release=2 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz) build() { @@ -20,11 +20,10 @@ EOF --host=$CTARGET \ --prefix=/usr \ --disable-nls \ - --mandir=/usr/man \ --cache-file=config.cache make make DESTDIR=$PKG install rm $PKG/usr/bin/{updatedb,locate} - rm $PKG/usr/man/man1/{updatedb.1,locate.1} - rm -r $PKG/usr/{libexec,share,var,man/man5} + rm $PKG/usr/share/man/man1/{updatedb.1,locate.1} + rm -r $PKG/usr/{libexec,var,share/{info,man/man5}} } -- 2.26.2