From fbec95c4da2a02e81146d01ad3e2ca9d06759ea3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 5 Apr 2020 10:52:35 -0400 Subject: fix make install --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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) ./mketc.sh endif install -m 0755 -d $(DESTDIR)/$(sysconfdir)/firejail - install -m 0644 -t $(DESTDIR)/$(sysconfdir)/firejail etc/{*.profile,*.inc,*.net,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-70-g09d2