aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-05 11:28:13 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-05 11:28:13 -0400
commit90a6776df8171055f9a5e666ee20ba8991c5c5d8 (patch)
tree8c40fdb2f9605b55321fed4a0afdd992ad5292ad /Makefile.in
parentfix make install (diff)
downloadfirejail-90a6776df8171055f9a5e666ee20ba8991c5c5d8.tar.gz
firejail-90a6776df8171055f9a5e666ee20ba8991c5c5d8.tar.zst
firejail-90a6776df8171055f9a5e666ee20ba8991c5c5d8.zip
travis make install test
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index fd919be1e..39a5359b2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -132,9 +132,10 @@ 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 for file in etc/*.profile etc/*.inc etc/*.net etc/firejail.config; do \ 135 install -m 0644 -t $(DESTDIR)/$(sysconfdir)/firejail etc/*.profile etc/*.inc etc/*.net etc/firejail.config
136 install -c -m 0644 $$file $(DESTDIR)/$(sysconfdir)/firejail; \ 136# for file in etc/*.profile etc/*.inc etc/*.net etc/firejail.config; do \
137 done 137# install -c -m 0644 $$file $(DESTDIR)/$(sysconfdir)/firejail; \
138# done
138 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 139 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
139ifeq ($(HAVE_APPARMOR),-DHAVE_APPARMOR) 140ifeq ($(HAVE_APPARMOR),-DHAVE_APPARMOR)
140 # install apparmor profile 141 # install apparmor profile