summaryrefslogtreecommitdiffstats
path: root/avahi/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'avahi/Pkgfile')
-rw-r--r--avahi/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/avahi/Pkgfile b/avahi/Pkgfile
index 2a8479b80..4aea7b115 100644
--- a/avahi/Pkgfile
+++ b/avahi/Pkgfile
@@ -6,8 +6,8 @@
# Run on: libdaemon,dbus,dbus-python,libglade
name=avahi
-version=0.6.30
-release=2
+version=0.6.31
+release=1
source=(http://www.avahi.org/download/avahi-$version.tar.gz
network-wired.png)
@@ -33,13 +33,13 @@ build() {
--with-avahi-priv-access-group=network \
--with-autoipd-user=avahi \
--with-autoipd-group=avahi \
- --with-systemdsystemunitdir=/lib/systemd/system
+ --with-systemdsystemunitdir=no
make
make DESTDIR=$PKG install
sed -i -e 's/netdev/network/g' $PKG/etc/dbus-1/system.d/avahi-dbus.conf
mkdir -v -p $PKG/usr/share/pixmaps
install -m 644 ../network-wired.png $PKG/usr/share/pixmaps/network-wired.png
- rm -r $PKG/{etc/avahi,var,usr/share/man/man8,usr/sbin}
+ rm -r $PKG/{etc/avahi,etc/rc.d,var,usr/share/man/man8,usr/sbin}
sed -i '1c #!/usr/bin/python2' $PKG/usr/bin/avahi-bookmarks
}