aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-02-06 16:13:28 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2019-02-06 16:13:28 +0100
commitf77127f5b10f3b19c4c152b49018b24ff4d3590a (patch)
treee43681df9f06fdaac233265034cd30a70a375f40 /Makefile.in
parentstrncmp byte count fixes (diff)
parentfix small memleak (diff)
downloadfirejail-f77127f5b10f3b19c4c152b49018b24ff4d3590a.tar.gz
firejail-f77127f5b10f3b19c4c152b49018b24ff4d3590a.tar.zst
firejail-f77127f5b10f3b19c4c152b49018b24ff4d3590a.zip
Merge branch 'master' of https://github.com/netblue30/firejail
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 4e87d4ae0..0cbbb374c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -134,7 +134,8 @@ ifeq ($(HAVE_APPARMOR),-DHAVE_APPARMOR)
134 sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d; fi;" 134 sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d; fi;"
135 install -c -m 0644 etc/firejail-default $(DESTDIR)/$(sysconfdir)/apparmor.d/. 135 install -c -m 0644 etc/firejail-default $(DESTDIR)/$(sysconfdir)/apparmor.d/.
136 sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d/local ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d/local; fi;" 136 sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d/local ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d/local; fi;"
137 install -c -m 0644 etc/firejail-local $(DESTDIR)/$(sysconfdir)/apparmor.d/local/. 137 # install apparmor profile customization file
138 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;"
138endif 139endif
139 # man pages 140 # man pages
140 install -m 0755 -d $(DESTDIR)/$(mandir)/man1 141 install -m 0755 -d $(DESTDIR)/$(mandir)/man1