From 75584c757a4ca277f3eca06a1974aa2ee8a38a5c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 16:36:23 +0200 Subject: [PATCH] libcgroup: move to usr/bin. --- srcpkgs/libcgroup/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libcgroup/template b/srcpkgs/libcgroup/template index cb151d3403a..dde41f4ded5 100644 --- a/srcpkgs/libcgroup/template +++ b/srcpkgs/libcgroup/template @@ -1,9 +1,9 @@ # Template file for 'libcgroup' pkgname=libcgroup version=0.41 -revision=3 +revision=4 build_style=gnu-configure -configure_args="--enable-pam-module-dir=/usr/lib/security" +configure_args="--sbindir=/usr/bin --enable-pam-module-dir=/usr/lib/security" hostmakedepends="flex libtool" makedepends="pam-devel" short_desc="Library that abstracts the control group file system in Linux" @@ -23,7 +23,6 @@ libcgroup-utils_package() { system_groups="cgred" pkg_install() { vmove usr/bin - vmove usr/sbin vmove usr/share/man vconf samples/cgrules.conf vconf samples/cgconfig.conf