commit 48007f1b4feddf0947f2fa3a77d4da2d6022ef46 Author: Juergen Daubert <jue@jue.li> Date: Sat Jul 25 19:26:33 2015 +0200 automake: move man-pages to /usr/share/man diff --git a/automake/.footprint b/automake/.footprint index 2911a16..59bdab3 100644 --- a/automake/.footprint +++ b/automake/.footprint @@ -4,12 +4,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/aclocal-1.15 -rwxr-xr-x root/root usr/bin/automake -rwxr-xr-x root/root usr/bin/automake-1.15 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/aclocal-1.15.1.gz --rw-r--r-- root/root usr/man/man1/aclocal.1.gz --rw-r--r-- root/root usr/man/man1/automake-1.15.1.gz --rw-r--r-- root/root usr/man/man1/automake.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal-1.15/ -rw-r--r-- root/root usr/share/aclocal-1.15/amversion.m4 @@ -126,3 +120,9 @@ drwxr-xr-x root/root usr/share/automake-1.15/am/ -rwxr-xr-x root/root usr/share/automake-1.15/tap-driver.sh -rwxr-xr-x root/root usr/share/automake-1.15/test-driver -rwxr-xr-x root/root usr/share/automake-1.15/ylwrap +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/aclocal-1.15.1.gz +-rw-r--r-- root/root usr/share/man/man1/aclocal.1.gz +-rw-r--r-- root/root usr/share/man/man1/automake-1.15.1.gz +-rw-r--r-- root/root usr/share/man/man1/automake.1.gz diff --git a/automake/Pkgfile b/automake/Pkgfile index c4804fd..92d7ced 100644 --- a/automake/Pkgfile +++ b/automake/Pkgfile @@ -5,13 +5,13 @@ name=automake version=1.15 -release=1 +release=2 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build () { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install