summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-01-12 12:37:43 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-01-12 12:37:43 -0500
commit3aa0c8520e9b14cea51c1db9b63a21915ece6f33 (patch)
tree6f6acd06429dc7c7f05c125c749d148b84b82ca3 /Makefile.in
parentIPv6 support (diff)
downloadfirejail-3aa0c8520e9b14cea51c1db9b63a21915ece6f33.tar.gz
firejail-3aa0c8520e9b14cea51c1db9b63a21915ece6f33.tar.zst
firejail-3aa0c8520e9b14cea51c1db9b63a21915ece6f33.zip
added kmail profile
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 8c1a21e9a..748d93226 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -128,6 +128,7 @@ realinstall:
128 install -c -m 0644 .etc/hexchat.profile $(DESTDIR)/$(sysconfdir)/firejail/. 128 install -c -m 0644 .etc/hexchat.profile $(DESTDIR)/$(sysconfdir)/firejail/.
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 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 132 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
132 rm -fr .etc 133 rm -fr .etc
133 # man pages 134 # man pages