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

This commit is contained in:
Fredrik Rinnestam 2015-07-25 21:07:43 +02:00
parent ce1a7b6e6a
commit 9ef66f0155
2 changed files with 6 additions and 5 deletions

View File

@ -14,6 +14,7 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libsysfs.so -> libsysfs.so.2.0.1
lrwxrwxrwx root/root usr/lib/libsysfs.so.2 -> libsysfs.so.2.0.1
-rwxr-xr-x root/root usr/lib/libsysfs.so.2.0.1
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/systool.1.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/systool.1.gz

View File

@ -5,12 +5,12 @@
name=sysfsutils
version=2.1.0
release=1
release=2
source=(http://downloads.sourceforge.net/project/linux-diag/$name/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/share/man
make
make DESTDIR=$PKG install
rm -f $PKG/usr/bin/dlist_test