summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-01-27 08:13:25 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-01-27 08:13:25 -0500
commit95c8744d6b99adf19073423f09af9bb8c7e5a912 (patch)
tree5ca349656b5f9fc622b65632c279142cc2db43e3 /Makefile.in
parentMerge pull request #264 from pszxzsd/master (diff)
downloadfirejail-95c8744d6b99adf19073423f09af9bb8c7e5a912.tar.gz
firejail-95c8744d6b99adf19073423f09af9bb8c7e5a912.tar.zst
firejail-95c8744d6b99adf19073423f09af9bb8c7e5a912.zip
added uGet 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 35cabb21e..591e53cf0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -134,6 +134,7 @@ realinstall:
134 install -c -m 0644 .etc/telegram.profile $(DESTDIR)/$(sysconfdir)/firejail/. 134 install -c -m 0644 .etc/telegram.profile $(DESTDIR)/$(sysconfdir)/firejail/.
135 install -c -m 0644 .etc/mathematica.profile $(DESTDIR)/$(sysconfdir)/firejail/. 135 install -c -m 0644 .etc/mathematica.profile $(DESTDIR)/$(sysconfdir)/firejail/.
136 install -c -m 0644 .etc/Mathematica.profile $(DESTDIR)/$(sysconfdir)/firejail/. 136 install -c -m 0644 .etc/Mathematica.profile $(DESTDIR)/$(sysconfdir)/firejail/.
137 install -c -m 0644 .etc/uget-gtk.profile $(DESTDIR)/$(sysconfdir)/firejail/.
137 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 138 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
138 rm -fr .etc 139 rm -fr .etc
139 # man pages 140 # man pages