aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-08-22 07:07:41 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-08-22 07:07:41 -0400
commit1bd36a035a0f54dd96c59f9c525c6cbd5b079a29 (patch)
treec6d930e28a244c8936aace944e435741a288f8fd /Makefile.in
parentMerge pull request #3592 from onovy/signal-audio-video (diff)
downloadfirejail-1bd36a035a0f54dd96c59f9c525c6cbd5b079a29.tar.gz
firejail-1bd36a035a0f54dd96c59f9c525c6cbd5b079a29.tar.zst
firejail-1bd36a035a0f54dd96c59f9c525c6cbd5b079a29.zip
renamed /etc/apparmor.d/local/firejail-local to /etc/apparmor.d/local/firejail.default - merge form 0.9.62.4
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8cbba12e9..f1002f892 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -130,7 +130,7 @@ ifeq ($(HAVE_APPARMOR),-DHAVE_APPARMOR)
130 install -m 0644 etc/apparmor/firejail-default $(DESTDIR)$(sysconfdir)/apparmor.d 130 install -m 0644 etc/apparmor/firejail-default $(DESTDIR)$(sysconfdir)/apparmor.d
131 sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d/local ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d/local; fi;" 131 sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d/local ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d/local; fi;"
132 # install apparmor profile customization file 132 # install apparmor profile customization file
133 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/apparmor.d/local/firejail-local ]; then install -c -m 0644 etc/apparmor/firejail-local $(DESTDIR)/$(sysconfdir)/apparmor.d/local/.; fi;" 133 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;"
134endif 134endif
135 # man pages 135 # man pages
136 install -m 0755 -d $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 136 install -m 0755 -d $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5