aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-05 10:52:35 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-05 10:52:35 -0400
commitfbec95c4da2a02e81146d01ad3e2ca9d06759ea3 (patch)
treeff1672d8e10152563bf209482833514170fabb43 /Makefile.in
parentcompile cleanup (diff)
downloadfirejail-fbec95c4da2a02e81146d01ad3e2ca9d06759ea3.tar.gz
firejail-fbec95c4da2a02e81146d01ad3e2ca9d06759ea3.tar.zst
firejail-fbec95c4da2a02e81146d01ad3e2ca9d06759ea3.zip
fix make install
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