diff --git a/libnl/.footprint b/libnl/.footprint index 32060ca4f..11cda1fe6 100644 --- a/libnl/.footprint +++ b/libnl/.footprint @@ -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 diff --git a/libnl/Pkgfile b/libnl/Pkgfile index 8e93f1c5c..3286ec87f 100644 --- a/libnl/Pkgfile +++ b/libnl/Pkgfile @@ -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