rtkit: move /etc to main pkg.
This commit is contained in:
parent
b51cad677a
commit
2f21593b7e
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue