summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2014-03-02 10:13:06 -0500
committerThomas Hebb2014-03-02 10:13:06 -0500
commitff11193481f2de600cbdebee6ffd79e12971c0a6 (patch)
treed4c8daee17e811f9f3c0f7716cbd9a597b013ddb
parentc420bbabd12b4aa439d44cd4f2f99806db785672 (diff)
downloadaur-ff11193481f2de600cbdebee6ffd79e12971c0a6.tar.gz
Use new --enable-allunits config option so all units are included
-rwxr-xr-xPKGBUILD4
1 files changed, 3 insertions, 1 deletions
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
}