From 9f9689aa6ae66b19889980c7461169af751c9ae2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 11:15:33 +0200 Subject: [PATCH] libnl3: move to usr/bin. --- srcpkgs/libnl3/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }