summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteamport2019-09-21 11:14:43 -0400
committersteamport2019-09-21 11:14:43 -0400
commit59734ab141d70bcf1910ff38b4cf0172e0bfdd44 (patch)
tree68bdeb70d29b03c277d603bdb961674474f1be7c
parent7c80bead33e755bbe3f3d13a375cbdc0b236519d (diff)
downloadaur-59734ab141d70bcf1910ff38b4cf0172e0bfdd44.tar.gz
fixy fix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6049b468070..4e245e4dce55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -125,7 +125,7 @@ build() {
--with-storage-gluster \
--with-storage-iscsi \
--with-storage-lvm \
- --with-storage-zfs
+ --with-storage-zfs \
--with-audit \
--with-apparmor \
--with-secdriver-apparmor \
@@ -158,4 +158,4 @@ package() {
# Fix firewalld rules Fix #62219
sed -i "s|<rule priority='32767'><reject/></rule>|#<rule priority='32767'><reject/></rule>|" "${pkgdir}/usr/lib/firewalld/zones/libvirt.xml"
-} \ No newline at end of file
+}