summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-07-16 14:59:48 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2013-07-16 15:09:47 +0200
commit30ea4c009e9ba095eb6ac94655715cc9531d4594 (patch)
treeaa656f9b98f662df8d3ed8863045e266d8b53432 /contrib
parent2bf4f87497ac01a5d513e347fa0f385e58fe8953 (diff)
downloadnetctl-30ea4c009e9ba095eb6ac94655715cc9531d4594.tar.gz
netctl-30ea4c009e9ba095eb6ac94655715cc9531d4594.tar.xz
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 <bluewind@xinu.at>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/PKGBUILD.in2
1 files changed, 1 insertions, 1 deletions
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'