From 2f21593b7ed0046fae18aa4ffc7a719bd7f5a736 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 18 Apr 2013 14:08:33 +0200 Subject: [PATCH] rtkit: move /etc to main pkg. --- srcpkgs/rtkit/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } }