rtkit: move /etc to main pkg.

This commit is contained in:
Juan RP 2013-04-18 14:08:33 +02:00
parent b51cad677a
commit 2f21593b7e

View file

@ -1,7 +1,7 @@
# Template file for 'rtkit'
pkgname=rtkit
version=0.11
revision=4
revision=5
build_style=gnu-configure
configure_args="LIBS=-lrt --with-systemdsystemunitdir=/usr/lib/systemd/system"
short_desc="Realtime Policy and Watchdog Daemon"
@ -25,6 +25,7 @@ rtkit_package() {
system_accounts="rtkit"
rtkit_homedir="/proc"
pkg_install() {
vmove etc
vmove usr
}
}