Remove /var/run

This commit is contained in:
Manuel 2013-05-07 21:07:58 +00:00
parent c9481364c6
commit c3598d1c20

View File

@ -5,7 +5,7 @@
pkgname=avahi
pkgver=0.6.31
pkgrel=7
pkgrel=8
pkgdesc="A multicast/unicast DNS-SD framework"
arch=('x86_64')
url="http://www.avahi.org/"
@ -67,5 +67,8 @@ package() {
# howl and mdnsresponder compatability
(cd usr/include; ln -s avahi-compat-libdns_sd/dns_sd.h dns_sd.h; ln -s avahi-compat-howl howl)
(cd usr/lib/pkgconfig; ln -s avahi-compat-howl.pc howl.pc)
# Provided by filesystem
rm ${pkgdir}/var -rfv
}