aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-28 09:24:24 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-28 09:24:24 -0400
commitbbd4cddcc0008cb0af708cb579327ec32ff511c0 (patch)
treeeb1cdc86f37462cf5beb788053fc8a309d858421 /Makefile.in
parentcleanup (diff)
downloadfirejail-bbd4cddcc0008cb0af708cb579327ec32ff511c0.tar.gz
firejail-bbd4cddcc0008cb0af708cb579327ec32ff511c0.tar.zst
firejail-bbd4cddcc0008cb0af708cb579327ec32ff511c0.zip
profile work
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 0baad25cc..952dfd376 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -108,6 +108,9 @@ realinstall:
108 install -c -m 0644 etc/filezilla.profile $(DESTDIR)/$(sysconfdir)/firejail/. 108 install -c -m 0644 etc/filezilla.profile $(DESTDIR)/$(sysconfdir)/firejail/.
109 install -c -m 0644 etc/fbreader.profile $(DESTDIR)/$(sysconfdir)/firejail/. 109 install -c -m 0644 etc/fbreader.profile $(DESTDIR)/$(sysconfdir)/firejail/.
110 install -c -m 0644 etc/spotify.profile $(DESTDIR)/$(sysconfdir)/firejail/. 110 install -c -m 0644 etc/spotify.profile $(DESTDIR)/$(sysconfdir)/firejail/.
111 install -c -m 0644 etc/steam.profile $(DESTDIR)/$(sysconfdir)/firejail/.
112 install -c -m 0644 etc/skype.profile $(DESTDIR)/$(sysconfdir)/firejail/.
113 install -c -m 0644 etc/wine.profile $(DESTDIR)/$(sysconfdir)/firejail/.
111 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 114 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
112 # man pages 115 # man pages
113 rm -f firejail.1.gz 116 rm -f firejail.1.gz