qubes-firewall: do not install stuff into etc

This commit is contained in:
Hannes Mehnert 2020-12-04 09:19:19 +01:00
parent c034aa2888
commit a3f3bc757c

View file

@ -40,6 +40,5 @@ build: [ "sh" "-exc" "mirage configure -t xen && mirage build" ]
synopsis: "This is a dummy"
install: [
[ "cp" "qubes_firewall.xen" "%{bin}%/qubes_firewall.xen" ]
[ "cp" "qubes_firewall.xl" "qubes_firewall.xl.in" "qubes_firewall_libvirt.xml" "%{etc}%" ]
]
url { src: "git+https://github.com/hannesm/qubes-mirage-firewall.git#arp-2.3.0" }