aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-26 21:40:19 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-26 21:40:19 -0400
commite34051c203dd7eafcd70789ccc852b743b782c3b (patch)
tree6312939a44ba4478e1a53e76d96e1217a60e5419 /Makefile.in
parentMerge pull request #603 from avoidr/typo (diff)
downloadfirejail-e34051c203dd7eafcd70789ccc852b743b782c3b.tar.gz
firejail-e34051c203dd7eafcd70789ccc852b743b782c3b.tar.zst
firejail-e34051c203dd7eafcd70789ccc852b743b782c3b.zip
strings, cpio, gzip, xz profiles
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