From ff11193481f2de600cbdebee6ffd79e12971c0a6 Mon Sep 17 00:00:00 2001 From: Thomas Hebb Date: Sun, 2 Mar 2014 10:13:06 -0500 Subject: [PATCH] Use new --enable-allunits config option so all units are included --- PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index d46df1b2ce46..39b357cb29e6 100755 --- a/PKGBUILD +++ b/PKGBUILD @@ -25,7 +25,9 @@ build () { cd "${srcdir}/user-session-units" ./autogen.sh - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --enable-allunits + make }