From e4edc80cda5653c5a67f406a8cb10e2cf0c5de81 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sat, 25 Jul 2015 19:26:21 +0200 Subject: [PATCH] autoconf: move man-pages to /usr/share/man --- autoconf/.footprint | 22 +++++++++++----------- autoconf/Pkgfile | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/autoconf/.footprint b/autoconf/.footprint index 06d0be02..e0c949ff 100644 --- a/autoconf/.footprint +++ b/autoconf/.footprint @@ -7,17 +7,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/autoscan -rwxr-xr-x root/root usr/bin/autoupdate -rwxr-xr-x root/root usr/bin/ifnames -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/autoconf.1.gz --rw-r--r-- root/root usr/man/man1/autoheader.1.gz --rw-r--r-- root/root usr/man/man1/autom4te.1.gz --rw-r--r-- root/root usr/man/man1/autoreconf.1.gz --rw-r--r-- root/root usr/man/man1/autoscan.1.gz --rw-r--r-- root/root usr/man/man1/autoupdate.1.gz --rw-r--r-- root/root usr/man/man1/config.guess.1.gz --rw-r--r-- root/root usr/man/man1/config.sub.1.gz --rw-r--r-- root/root usr/man/man1/ifnames.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/autoconf/ drwxr-xr-x root/root usr/share/autoconf/Autom4te/ @@ -67,3 +56,14 @@ drwxr-xr-x root/root usr/share/autoconf/m4sugar/ -rw-r--r-- root/root usr/share/autoconf/m4sugar/m4sugar.m4 -rw-r--r-- root/root usr/share/autoconf/m4sugar/m4sugar.m4f -rw-r--r-- root/root usr/share/autoconf/m4sugar/version.m4 +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/autoconf.1.gz +-rw-r--r-- root/root usr/share/man/man1/autoheader.1.gz +-rw-r--r-- root/root usr/share/man/man1/autom4te.1.gz +-rw-r--r-- root/root usr/share/man/man1/autoreconf.1.gz +-rw-r--r-- root/root usr/share/man/man1/autoscan.1.gz +-rw-r--r-- root/root usr/share/man/man1/autoupdate.1.gz +-rw-r--r-- root/root usr/share/man/man1/config.guess.1.gz +-rw-r--r-- root/root usr/share/man/man1/config.sub.1.gz +-rw-r--r-- root/root usr/share/man/man1/ifnames.1.gz diff --git a/autoconf/Pkgfile b/autoconf/Pkgfile index 2b2fea3f..eec7eacc 100644 --- a/autoconf/Pkgfile +++ b/autoconf/Pkgfile @@ -4,12 +4,12 @@ name=autoconf version=2.69 -release=1 +release=2 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build () { cd $name-$version - ./configure --prefix=/usr --mandir=$PKG/usr/man + ./configure --prefix=/usr make make prefix=$PKG/usr install rm -r $PKG/usr/share/info