From 49d65d9d8f73de6e922a9edb58fee892e029c908 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 16 Nov 2015 08:17:29 +0000 Subject: [PATCH] which: updated to 2.21 and updated mandir --- which/.footprint | 7 ++++--- which/.md5sum | 2 +- which/Pkgfile | 9 ++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/which/.footprint b/which/.footprint index 90d183e..95c6495 100644 --- a/which/.footprint +++ b/which/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/which -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/which.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/which.1.gz diff --git a/which/.md5sum b/which/.md5sum index 6e1301b..4b6d13d 100644 --- a/which/.md5sum +++ b/which/.md5sum @@ -1 +1 @@ -95be0501a466e515422cde4af46b2744 which-2.20.tar.gz +097ff1a324ae02e0a3b0369f07a7544a which-2.21.tar.gz diff --git a/which/Pkgfile b/which/Pkgfile index 297ec1d..04a60b9 100644 --- a/which/Pkgfile +++ b/which/Pkgfile @@ -4,17 +4,16 @@ # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu name=which -version=2.20 -release=1 +version=2.21 +release=2 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --build=$CHOST \ --host=$CTARGET \ - --prefix=/usr \ - --mandir=/usr/man + --prefix=/usr make make DESTDIR=$PKG install - rm -r $PKG/usr/share + rm -r $PKG/usr/share/info } -- 2.26.2