[arch-commits] Commit in avahi/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Jan 9 01:49:08 UTC 2018


    Date: Tuesday, January 9, 2018 @ 01:49:07
  Author: heftig
Revision: 314271

0.7-4: FS#56989 Restore services dir

Modified:
  avahi/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 20:25:53 UTC (rev 314270)
+++ PKGBUILD	2018-01-09 01:49:07 UTC (rev 314271)
@@ -5,7 +5,7 @@
 
 pkgname=avahi
 pkgver=0.7
-pkgrel=3
+pkgrel=4
 pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour'
 url='https://github.com/lathiat/avahi'
 license=(LGPL)
@@ -24,7 +24,6 @@
             'python-dbus: avahi-discover')
 backup=(etc/avahi/{hosts,avahi-daemon.conf}
         usr/lib/avahi/service-types.db)
-options=(!emptydirs)
 _commit=6242e5f0fe001b7de2ccaa9431db279b2ee76b83  # tags/v0.7
 source=("git+https://github.com/lathiat/avahi#commit=$_commit"
         0001-avahi-python-Use-the-agnostic-DBM-interface.patch)
@@ -73,6 +72,8 @@
   make DESTDIR="$pkgdir" -C avahi-python/avahi2 install \
     PYTHON=/usr/bin/python2 pythondir=/usr/lib/python2.7/site-packages
 
+  rmdir "$pkgdir/run"
+
   # this isn't ported
   sed -i '1s|python3|python2|' "$pkgdir/usr/bin/avahi-bookmarks"
 



More information about the arch-commits mailing list