From: Victor Martinez Date: Wed, 11 Nov 2015 16:12:35 +0000 (+0000) Subject: autoconf: updated mandir X-Git-Url: http://gitweb/?a=commitdiff_plain;h=059cafcb78631c27b585f4d9f28946aaeb669f54;p=crossrootfs.git autoconf: updated mandir --- diff --git a/autoconf/.footprint b/autoconf/.footprint index 06d0be0..e0c949f 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 d7071e1..21f9163 100644 --- a/autoconf/Pkgfile +++ b/autoconf/Pkgfile @@ -6,13 +6,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