aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 61889c017..fd919be1e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -132,7 +132,9 @@ ifeq ($(BUSYBOX_WORKAROUND),yes)
132 ./mketc.sh 132 ./mketc.sh
133endif 133endif
134 install -m 0755 -d $(DESTDIR)/$(sysconfdir)/firejail 134 install -m 0755 -d $(DESTDIR)/$(sysconfdir)/firejail
135 install -m 0644 -t $(DESTDIR)/$(sysconfdir)/firejail etc/{*.profile,*.inc,*.net,firejail.config} 135 for file in etc/*.profile etc/*.inc etc/*.net etc/firejail.config; do \
136 install -c -m 0644 $$file $(DESTDIR)/$(sysconfdir)/firejail; \
137 done
136 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 138 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
137ifeq ($(HAVE_APPARMOR),-DHAVE_APPARMOR) 139ifeq ($(HAVE_APPARMOR),-DHAVE_APPARMOR)
138 # install apparmor profile 140 # install apparmor profile