diff --git a/srcpkgs/libnl3/template b/srcpkgs/libnl3/template index d218b16adbf..7b6f744817d 100644 --- a/srcpkgs/libnl3/template +++ b/srcpkgs/libnl3/template @@ -1,10 +1,10 @@ # Template file for 'libnl3' pkgname=libnl3 version=3.2.25 -revision=1 +revision=2 wrksrc=libnl-${version} build_style=gnu-configure -configure_args="--disable-static" +configure_args="--sbindir=/usr/bin --disable-static" hostmakedepends="automake flex libtool pkg-config" conf_files="/etc/libnl/pktloc /etc/libnl/classid" short_desc="Netlink Protocol Library Suite" @@ -31,7 +31,7 @@ libnl3-devel_package() { libnl3-progs_package() { short_desc+=" - cli utilities" pkg_install() { - vmove usr/sbin + vmove usr/bin vmove usr/share/man/man8 vmove usr/lib/libnl }