summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2013-09-04 03:55:20 -0500
committerDoug Newgard2013-09-04 03:55:20 -0500
commitcb9e736e462b4f7829989cdc4c0a994a57b02828 (patch)
treef51f501076895bb0b767351ec4e34d2520b01454 /PKGBUILD
parentf0793869c7ad5719502af2474337b41cebf26913 (diff)
downloadaur-cb9e736e462b4f7829989cdc4c0a994a57b02828.tar.gz
Disable CK support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aea05bf59491..b376881af377 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,7 +49,8 @@ build() {
--prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/etc \
- --disable-grub2
+ --disable-grub2 \
+ --disable-consolekit
make
}