mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 13:07:13 +08:00
Remove /var/run
This commit is contained in:
parent
c9481364c6
commit
c3598d1c20
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user