summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-11 08:08:11 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-11 08:08:11 -0500
commit347dbc8cff7f0e17445cd547268455a09cba1f16 (patch)
tree6ad080a0dca241246ef62f25f2fc493a19bfd96a /Makefile.in
parentMerge pull request #130 from al42and/skype (diff)
downloadfirejail-347dbc8cff7f0e17445cd547268455a09cba1f16.tar.gz
firejail-347dbc8cff7f0e17445cd547268455a09cba1f16.tar.zst
firejail-347dbc8cff7f0e17445cd547268455a09cba1f16.zip
added whitelist-common.inc
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d9343d149..bcf9d613f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -115,6 +115,7 @@ realinstall:
115 install -c -m 0644 etc/conkeror.profile $(DESTDIR)/$(sysconfdir)/firejail/. 115 install -c -m 0644 etc/conkeror.profile $(DESTDIR)/$(sysconfdir)/firejail/.
116 install -c -m 0644 etc/unbound.profile $(DESTDIR)/$(sysconfdir)/firejail/. 116 install -c -m 0644 etc/unbound.profile $(DESTDIR)/$(sysconfdir)/firejail/.
117 install -c -m 0644 etc/dnscrypt-proxy.profile $(DESTDIR)/$(sysconfdir)/firejail/. 117 install -c -m 0644 etc/dnscrypt-proxy.profile $(DESTDIR)/$(sysconfdir)/firejail/.
118 install -c -m 0644 etc/whitelist-common.inc $(DESTDIR)/$(sysconfdir)/firejail/.
118 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 119 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
119 # man pages 120 # man pages
120 rm -f firejail.1.gz 121 rm -f firejail.1.gz