diff --git a/srcpkgs/rtkit/template b/srcpkgs/rtkit/template index 9173bcf532..a28ef708dc 100644 --- a/srcpkgs/rtkit/template +++ b/srcpkgs/rtkit/template @@ -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 } }