From 5b0a9f2b50f99157aba846920e38aa92b470c302 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 13 Nov 2015 08:45:39 +0000 Subject: [PATCH] m4: updated mandir --- m4/.footprint | 7 ++++--- m4/Pkgfile | 7 +++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/m4/.footprint b/m4/.footprint index 77bda8b..4b9253c 100644 --- a/m4/.footprint +++ b/m4/.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/m4 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/m4.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/m4.1.gz diff --git a/m4/Pkgfile b/m4/Pkgfile index eaa0dfb..542235e 100644 --- a/m4/Pkgfile +++ b/m4/Pkgfile @@ -6,17 +6,16 @@ name=m4 version=1.4.17 -release=1 +release=2 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) build() { cd $name-$version ./configure --build=$CHOST \ --host=$CTARGET \ - --prefix=/usr \ - --mandir=/usr/man + --prefix=/usr make make DESTDIR=$PKG install - rm -rf $PKG/usr/share + rm -rf $PKG/usr/share/info } -- 2.26.2