aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-10 07:56:29 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-10 07:56:29 -0500
commit863e09e7c9e964b6feb760f7642ee629b29a5702 (patch)
treea84aec86b8faa40fbca9389a150cf3f457195670 /Makefile.in
parentremoved test and src/tools from make dist achive (diff)
downloadfirejail-863e09e7c9e964b6feb760f7642ee629b29a5702.tar.gz
firejail-863e09e7c9e964b6feb760f7642ee629b29a5702.tar.zst
firejail-863e09e7c9e964b6feb760f7642ee629b29a5702.zip
added dnscrypt-proxy and unbound profiles
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 461fa4086..d9343d149 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -113,6 +113,8 @@ realinstall:
113 install -c -m 0644 etc/wine.profile $(DESTDIR)/$(sysconfdir)/firejail/. 113 install -c -m 0644 etc/wine.profile $(DESTDIR)/$(sysconfdir)/firejail/.
114 install -c -m 0644 etc/disable-devel.inc $(DESTDIR)/$(sysconfdir)/firejail/. 114 install -c -m 0644 etc/disable-devel.inc $(DESTDIR)/$(sysconfdir)/firejail/.
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/.
117 install -c -m 0644 etc/dnscrypt-proxy.profile $(DESTDIR)/$(sysconfdir)/firejail/.
116 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 118 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
117 # man pages 119 # man pages
118 rm -f firejail.1.gz 120 rm -f firejail.1.gz