aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 38279beca..cb166aa33 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -209,6 +209,10 @@ realinstall:
209 install -c -m 0644 .etc/pix.profile $(DESTDIR)/$(sysconfdir)/firejail/. 209 install -c -m 0644 .etc/pix.profile $(DESTDIR)/$(sysconfdir)/firejail/.
210 install -c -m 0644 .etc/soffice.profile $(DESTDIR)/$(sysconfdir)/firejail/. 210 install -c -m 0644 .etc/soffice.profile $(DESTDIR)/$(sysconfdir)/firejail/.
211 install -c -m 0644 .etc/audacity.profile $(DESTDIR)/$(sysconfdir)/firejail/. 211 install -c -m 0644 .etc/audacity.profile $(DESTDIR)/$(sysconfdir)/firejail/.
212 install -c -m 0644 .etc/cpio.profile $(DESTDIR)/$(sysconfdir)/firejail/.
213 install -c -m 0644 .etc/gzip.profile $(DESTDIR)/$(sysconfdir)/firejail/.
214 install -c -m 0644 .etc/xzdec.profile $(DESTDIR)/$(sysconfdir)/firejail/.
215 install -c -m 0644 .etc/strings.profile $(DESTDIR)/$(sysconfdir)/firejail/.
212 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 216 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
213 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/. 217 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.
214 rm -fr .etc 218 rm -fr .etc