1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Author: Reiner Herrmann <reiner@reiner-h.de>
Description: Don't install local AppArmor override file
It will be created by dh_apparmor instead
Forwarded: not-needed
--- a/Makefile.in
+++ b/Makefile.in
@@ -137,7 +137,6 @@
install -m 0644 etc/apparmor/firejail-default $(DESTDIR)$(sysconfdir)/apparmor.d
sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d/local ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d/local; fi;"
# install apparmor profile customization file
- sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/apparmor.d/local/firejail-default ]; then install -c -m 0644 etc/apparmor/firejail-local $(DESTDIR)/$(sysconfdir)/apparmor.d/local/firejail-default; fi;"
endif
ifneq ($(HAVE_MAN),no)
# man pages
|