From 90a6776df8171055f9a5e666ee20ba8991c5c5d8 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 5 Apr 2020 11:28:13 -0400 Subject: travis make install test --- Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile.in') 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) ./mketc.sh endif install -m 0755 -d $(DESTDIR)/$(sysconfdir)/firejail - for file in etc/*.profile etc/*.inc etc/*.net etc/firejail.config; do \ - install -c -m 0644 $$file $(DESTDIR)/$(sysconfdir)/firejail; \ - done + install -m 0644 -t $(DESTDIR)/$(sysconfdir)/firejail etc/*.profile etc/*.inc etc/*.net etc/firejail.config +# for file in etc/*.profile etc/*.inc etc/*.net etc/firejail.config; do \ +# install -c -m 0644 $$file $(DESTDIR)/$(sysconfdir)/firejail; \ +# done sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" ifeq ($(HAVE_APPARMOR),-DHAVE_APPARMOR) # install apparmor profile -- cgit v1.2.3-54-g00ecf