summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-01-22 09:08:35 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-01-22 09:08:35 -0500
commit59f60106a6b26c4a30668331e6978588861c59ec (patch)
tree6a16fbaca08f8e4a43161f583d6177aac24acf3f /Makefile.in
parentMerge pull request #251 from sinkuu/patch-1 (diff)
downloadfirejail-59f60106a6b26c4a30668331e6978588861c59ec.tar.gz
firejail-59f60106a6b26c4a30668331e6978588861c59ec.tar.zst
firejail-59f60106a6b26c4a30668331e6978588861c59ec.zip
profile cleanup
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 2a03e6fdf..762872b4e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -131,6 +131,7 @@ realinstall:
131 install -c -m 0644 .etc/kmail.profile $(DESTDIR)/$(sysconfdir)/firejail/. 131 install -c -m 0644 .etc/kmail.profile $(DESTDIR)/$(sysconfdir)/firejail/.
132 install -c -m 0644 .etc/seamonkey.profile $(DESTDIR)/$(sysconfdir)/firejail/. 132 install -c -m 0644 .etc/seamonkey.profile $(DESTDIR)/$(sysconfdir)/firejail/.
133 install -c -m 0644 .etc/seamonkey-bin.profile $(DESTDIR)/$(sysconfdir)/firejail/. 133 install -c -m 0644 .etc/seamonkey-bin.profile $(DESTDIR)/$(sysconfdir)/firejail/.
134 install -c -m 0644 .etc/telegram.profile $(DESTDIR)/$(sysconfdir)/firejail/.
134 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 135 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
135 rm -fr .etc 136 rm -fr .etc
136 # man pages 137 # man pages