commit 344a2c0d201388fc0917a36162a4ae15a7bc2982 Author: Juergen Daubert <jue@jue.li> Date: Sat Jul 25 19:15:36 2015 +0200 attr: move man-pages to /usr/share/man diff --git a/attr/.footprint b/attr/.footprint index 0488d17..6f3db00 100644 --- a/attr/.footprint +++ b/attr/.footprint @@ -16,21 +16,22 @@ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libattr.a -rw-r--r-- root/root usr/lib/libattr.la lrwxrwxrwx root/root usr/lib/libattr.so -> ../../lib/libattr.so.1.1.0 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/attr.1.gz --rw-r--r-- root/root usr/man/man1/getfattr.1.gz --rw-r--r-- root/root usr/man/man1/setfattr.1.gz -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/attr_get.3.gz -lrwxrwxrwx root/root usr/man/man3/attr_getf.3.gz -> attr_get.3.gz --rw-r--r-- root/root usr/man/man3/attr_list.3.gz -lrwxrwxrwx root/root usr/man/man3/attr_listf.3.gz -> attr_list.3.gz --rw-r--r-- root/root usr/man/man3/attr_multi.3.gz -lrwxrwxrwx root/root usr/man/man3/attr_multif.3.gz -> attr_multi.3.gz --rw-r--r-- root/root usr/man/man3/attr_remove.3.gz -lrwxrwxrwx root/root usr/man/man3/attr_removef.3.gz -> attr_remove.3.gz --rw-r--r-- root/root usr/man/man3/attr_set.3.gz -lrwxrwxrwx root/root usr/man/man3/attr_setf.3.gz -> attr_set.3.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/attr.5.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/attr.1.gz +-rw-r--r-- root/root usr/share/man/man1/getfattr.1.gz +-rw-r--r-- root/root usr/share/man/man1/setfattr.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/attr_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attr_getf.3.gz -> attr_get.3.gz +-rw-r--r-- root/root usr/share/man/man3/attr_list.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attr_listf.3.gz -> attr_list.3.gz +-rw-r--r-- root/root usr/share/man/man3/attr_multi.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attr_multif.3.gz -> attr_multi.3.gz +-rw-r--r-- root/root usr/share/man/man3/attr_remove.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attr_removef.3.gz -> attr_remove.3.gz +-rw-r--r-- root/root usr/share/man/man3/attr_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attr_setf.3.gz -> attr_set.3.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/attr.5.gz diff --git a/attr/Pkgfile b/attr/Pkgfile index ebffcb2..dd88504 100644 --- a/attr/Pkgfile +++ b/attr/Pkgfile @@ -4,7 +4,7 @@ name=attr version=2.4.47 -release=1 +release=2 source=(http://download-mirror.savannah.gnu.org/releases/$name/$name-$version.src.ta...) build() { @@ -15,8 +15,7 @@ build() { ./configure --prefix=/usr \ --bindir=/bin \ - --libexecdir=/usr/lib \ - --mandir=/usr/man + --libexecdir=/usr/lib make make DIST_ROOT=$PKG install install-lib install-dev @@ -26,7 +25,7 @@ build() { ln -s ../../lib/libattr.so.1.1.0 $PKG/usr/lib/libattr.so # category 2 manuals are included in core/man-pages - rm -r $PKG/usr/man/man2 + rm -r $PKG/usr/share/man/man2 - rm -r $PKG/usr/share + rm -r $PKG/usr/share/{doc,locale} }