From 9d0a0586e6d8cc9cab898a923a5ec542b7ea6549 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 11 Nov 2015 14:57:14 +0000 Subject: [PATCH] attr: fixed mandir and source url --- attr/.footprint | 37 +++++++++++++++++++------------------ attr/Pkgfile | 11 +++++------ 2 files changed, 24 insertions(+), 24 deletions(-) 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 3ac557e..3749362 100644 --- a/attr/Pkgfile +++ b/attr/Pkgfile @@ -5,8 +5,8 @@ name=attr version=2.4.47 -release=1 -source=(http://mirrors.zerg.biz/nongnu/$name/$name-$version.src.tar.gz) +release=2 +source=(http://download-mirror.savannah.gnu.org/releases/$name/$name-$version.src.tar.gz) build() { cd $name-$version @@ -18,8 +18,7 @@ build() { --host=$CTARGET \ --prefix=/usr \ --bindir=/bin \ - --libexecdir=/usr/lib \ - --mandir=/usr/man + --libexecdir=/usr/lib make make DIST_ROOT=$PKG install install-lib install-dev @@ -29,7 +28,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} } -- 2.26.2