libcgroup: move to usr/bin.
This commit is contained in:
parent
48ce30fcad
commit
75584c757a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue