From 30ea4c009e9ba095eb6ac94655715cc9531d4594 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 16 Jul 2013 14:59:48 +0200 Subject: PKGBUILD: Add systemd to depends systemd is required at runtime and we also need it at build time. New chroots created by Arch's devtools no longer include all base packages and systemd won't be installed unless we depend on it. Without systemd the makefile won't find the unit dir and will install the service files into /. Signed-off-by: Florian Pritz --- contrib/PKGBUILD.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/PKGBUILD.in b/contrib/PKGBUILD.in index 3c7b9b0..b4e31f0 100644 --- a/contrib/PKGBUILD.in +++ b/contrib/PKGBUILD.in @@ -7,7 +7,7 @@ pkgdesc='Profile based systemd network management' url='http://projects.archlinux.org/netctl.git/' license=('GPL') groups=('base') -depends=('coreutils' 'iproute2' 'openresolv') +depends=('coreutils' 'iproute2' 'openresolv' 'systemd') # The source tarball includes pre-built (using asciidoc) documentation. makedepends=('pkg-config') optdepends=('dialog: for the menu based wifi assistant' -- cgit v1.2.3-24-g4f1b