libnl: move man-pages to /usr/share

This commit is contained in:
Juergen Daubert 2016-10-29 12:27:27 +02:00
parent fbb3f8d298
commit 460ca9561e
2 changed files with 10 additions and 10 deletions

View File

@ -159,11 +159,12 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libnl-nf-3.0.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libnl-route-3.0.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libnl-xfrm-3.0.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/genl-ctrl-list.8.gz
-rw-r--r-- root/root usr/man/man8/nl-classid-lookup.8.gz
-rw-r--r-- root/root usr/man/man8/nl-pktloc-lookup.8.gz
-rw-r--r-- root/root usr/man/man8/nl-qdisc-add.8.gz
-rw-r--r-- root/root usr/man/man8/nl-qdisc-delete.8.gz
-rw-r--r-- root/root usr/man/man8/nl-qdisc-list.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/man8/
-rw-r--r-- root/root usr/share/man/man8/genl-ctrl-list.8.gz
-rw-r--r-- root/root usr/share/man/man8/nl-classid-lookup.8.gz
-rw-r--r-- root/root usr/share/man/man8/nl-pktloc-lookup.8.gz
-rw-r--r-- root/root usr/share/man/man8/nl-qdisc-add.8.gz
-rw-r--r-- root/root usr/share/man/man8/nl-qdisc-delete.8.gz
-rw-r--r-- root/root usr/share/man/man8/nl-qdisc-list.8.gz

View File

@ -4,7 +4,7 @@
name=libnl
version=3.2.28
release=1
release=2
source=(https://github.com/thom311/libnl/releases/download/libnl${version//./_}/$name-$version.tar.gz)
build() {
@ -12,7 +12,6 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man \
--disable-cli
make