aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index e47e109d3..4d7526826 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -85,6 +85,8 @@ realinstall:
85 done 85 done
86 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 86 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
87 rm -fr .etc 87 rm -fr .etc
88 # install apparmor profile
89 sh -c "if [ -d /etc/apparmor.d ]; then install -c -m 0644 etc/firejail-default /etc/apparmor.d/firejail-default; fi;"
88 # man pages 90 # man pages
89 install -m 0755 -d $(DESTDIR)/$(mandir)/man1 91 install -m 0755 -d $(DESTDIR)/$(mandir)/man1
90 install -m 0755 -d $(DESTDIR)/$(mandir)/man5 92 install -m 0755 -d $(DESTDIR)/$(mandir)/man5