aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-01-20 10:02:03 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-01-20 10:02:03 -0500
commit059b4f4c5c36feef56e97d0baffd6849ec26ded5 (patch)
tree2e313d3581cab53b70f51b542b8c2a75cde7b401 /Makefile.in
parentMerge pull request #236 from mahdi1234/master (diff)
downloadfirejail-059b4f4c5c36feef56e97d0baffd6849ec26ded5.tar.gz
firejail-059b4f4c5c36feef56e97d0baffd6849ec26ded5.tar.zst
firejail-059b4f4c5c36feef56e97d0baffd6849ec26ded5.zip
seamonkey 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 1de44c578..2a03e6fdf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -129,6 +129,8 @@ realinstall:
129 install -c -m 0644 .etc/rtorrent.profile $(DESTDIR)/$(sysconfdir)/firejail/. 129 install -c -m 0644 .etc/rtorrent.profile $(DESTDIR)/$(sysconfdir)/firejail/.
130 install -c -m 0644 .etc/parole.profile $(DESTDIR)/$(sysconfdir)/firejail/. 130 install -c -m 0644 .etc/parole.profile $(DESTDIR)/$(sysconfdir)/firejail/.
131 install -c -m 0644 .etc/kmail.profile $(DESTDIR)/$(sysconfdir)/firejail/. 131 install -c -m 0644 .etc/kmail.profile $(DESTDIR)/$(sysconfdir)/firejail/.
132 install -c -m 0644 .etc/seamonkey.profile $(DESTDIR)/$(sysconfdir)/firejail/.
133 install -c -m 0644 .etc/seamonkey-bin.profile $(DESTDIR)/$(sysconfdir)/firejail/.
132 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 134 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
133 rm -fr .etc 135 rm -fr .etc
134 # man pages 136 # man pages