commit c44286c46a8323532cdf8141e7c8e4431f69701b Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jul 25 21:02:21 2015 +0200 tar: move man-pages to /usr/share/man diff --git a/tar/.footprint b/tar/.footprint index d08b802..3c9d93e 100644 --- a/tar/.footprint +++ b/tar/.footprint @@ -4,8 +4,9 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/tar/ -rwxr-xr-x root/root usr/lib/tar/rmt -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/tar.1.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/rmt.8.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/tar.1.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/rmt.8.gz diff --git a/tar/Pkgfile b/tar/Pkgfile index f51a3ab..2f31f21 100644 --- a/tar/Pkgfile +++ b/tar/Pkgfile @@ -4,15 +4,15 @@ name=tar version=1.28 -release=2 +release=3 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix= \ - --mandir=/usr/man \ --libexec=/usr/lib/tar \ + --mandir=/usr/share/man \ --disable-nls \ FORCE_UNSAFE_CONFIGURE=1