aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 18:13:14 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 18:13:14 -0400
commitcaeee856bfcad871003db1b51abd2e98eefc461c (patch)
tree3e6871de7d4c7793b0ca9650ae335284f26a9a09 /Makefile.in
parentMerge pull request #3359 from abranson/arm (diff)
downloadfirejail-caeee856bfcad871003db1b51abd2e98eefc461c.tar.gz
firejail-caeee856bfcad871003db1b51abd2e98eefc461c.tar.zst
firejail-caeee856bfcad871003db1b51abd2e98eefc461c.zip
small fixes
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 890862b12..cf83fc1cf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -124,7 +124,7 @@ ifeq ($(HAVE_APPARMOR),-DHAVE_APPARMOR)
124 install -c -m 0644 etc/apparmor/firejail-default $(DESTDIR)/$(sysconfdir)/apparmor.d/. 124 install -c -m 0644 etc/apparmor/firejail-default $(DESTDIR)/$(sysconfdir)/apparmor.d/.
125 sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d/local ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d/local; fi;" 125 sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d/local ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d/local; fi;"
126 # install apparmor profile customization file 126 # install apparmor profile customization file
127 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/apparmor.d/local/firejail-local ]; then install -c -m 0644 etc/firejail-local $(DESTDIR)/$(sysconfdir)/apparmor.d/local/.; fi;" 127 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;"
128endif 128endif
129 # man pages 129 # man pages
130 install -m 0755 -d $(DESTDIR)/$(mandir)/man1 130 install -m 0755 -d $(DESTDIR)/$(mandir)/man1