aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar avoidr <avoidr@users.noreply.github.com>2015-12-06 15:33:39 +0100
committerLibravatar avoidr <avoidr@users.noreply.github.com>2015-12-06 15:33:39 +0100
commitf332fe2614980e1d50e59e9429ff88ac49ec137c (patch)
treee04f45a524501e30ccde780f9e23260a7eb4cf22 /Makefile.in
parentmalloc memory fix (diff)
downloadfirejail-f332fe2614980e1d50e59e9429ff88ac49ec137c.tar.gz
firejail-f332fe2614980e1d50e59e9429ff88ac49ec137c.tar.zst
firejail-f332fe2614980e1d50e59e9429ff88ac49ec137c.zip
add parole.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 59fe34f60..8c1a21e9a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -127,6 +127,7 @@ realinstall:
127 install -c -m 0644 .etc/weechat-curses.profile $(DESTDIR)/$(sysconfdir)/firejail/. 127 install -c -m 0644 .etc/weechat-curses.profile $(DESTDIR)/$(sysconfdir)/firejail/.
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 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 131 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
131 rm -fr .etc 132 rm -fr .etc
132 # man pages 133 # man pages