git » avahi.git » commit e1505bb

fix FS#20519

author Gaetan Bisson
2010-08-19 17:38:44 UTC
committer Gaetan Bisson
2010-08-19 17:38:44 UTC
parent 998c589b148e380d7d0628d5aec1d18d25f6f3f7

fix FS#20519

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index ba6fa91..2cb6cd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=avahi
 pkgver=0.6.27
-pkgrel=1
+pkgrel=2
 pkgdesc='A multicast/unicast DNS-SD framework'
 arch=('i686' 'x86_64')
 url='http://www.avahi.org/'
@@ -51,7 +51,8 @@ build() {
     --with-distro=archlinux \
     --with-avahi-priv-access-group=network \
     --with-autoipd-user=avahi \
-    --with-autoipd-group=avahi
+    --with-autoipd-group=avahi \
+    --with-systemdsystemunitdir=/usr/share/dbus-1/system-services # See FS#20519
 
   make
 }