autoconf: move man-pages to /usr/share/man

This commit is contained in:
Juergen Daubert 2015-07-25 19:26:21 +02:00
parent 844a631667
commit e4edc80cda
2 changed files with 13 additions and 13 deletions

View File

@ -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

View File

@ -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