From e34051c203dd7eafcd70789ccc852b743b782c3b Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 26 Jun 2016 21:40:19 -0400 Subject: strings, cpio, gzip, xz profiles --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 38279beca..cb166aa33 100644 --- a/Makefile.in +++ b/Makefile.in @@ -209,6 +209,10 @@ realinstall: install -c -m 0644 .etc/pix.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/soffice.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/audacity.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/cpio.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/gzip.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/xzdec.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/strings.profile $(DESTDIR)/$(sysconfdir)/firejail/. sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/. rm -fr .etc -- cgit v1.2.3-54-g00ecf