aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-30 07:20:31 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-30 07:20:31 -0500
commit662fe0cd6adbcf4a511d2e49c2e2897f97a20aaa (patch)
tree854f41157bbaca29121c6e28a5345538ef238720 /Makefile.in
parentrtorrent integration (diff)
downloadfirejail-662fe0cd6adbcf4a511d2e49c2e2897f97a20aaa.tar.gz
firejail-662fe0cd6adbcf4a511d2e49c2e2897f97a20aaa.tar.zst
firejail-662fe0cd6adbcf4a511d2e49c2e2897f97a20aaa.zip
rtorrent integration
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 c14ec5cdc..3ae71a230 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -121,6 +121,7 @@ realinstall:
121 install -c -m 0644 .etc/weechat.profile $(DESTDIR)/$(sysconfdir)/firejail/. 121 install -c -m 0644 .etc/weechat.profile $(DESTDIR)/$(sysconfdir)/firejail/.
122 install -c -m 0644 .etc/weechat-curses.profile $(DESTDIR)/$(sysconfdir)/firejail/. 122 install -c -m 0644 .etc/weechat-curses.profile $(DESTDIR)/$(sysconfdir)/firejail/.
123 install -c -m 0644 .etc/hexchat.profile $(DESTDIR)/$(sysconfdir)/firejail/. 123 install -c -m 0644 .etc/hexchat.profile $(DESTDIR)/$(sysconfdir)/firejail/.
124 install -c -m 0644 .etc/rtorrent.profile $(DESTDIR)/$(sysconfdir)/firejail/.
124 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 125 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
125 rm -fr .etc 126 rm -fr .etc
126 # man pages 127 # man pages