aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-14 09:29:19 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-14 09:29:19 -0500
commitc776e20d34d5fa66e286354de068f9567274d374 (patch)
treea87017ca70c35ff16fa5810b491a885dac621dfa
parentmerge (diff)
downloadfirejail-c776e20d34d5fa66e286354de068f9567274d374.tar.gz
firejail-c776e20d34d5fa66e286354de068f9567274d374.tar.zst
firejail-c776e20d34d5fa66e286354de068f9567274d374.zip
merge
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 1ed3e4df1..f5e52979f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -136,6 +136,8 @@ realinstall:
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 install -c -m 0644 .etc/uget-gtk.profile $(DESTDIR)/$(sysconfdir)/firejail/.
138 install -c -m 0644 .etc/mupen64plus.profile $(DESTDIR)/$(sysconfdir)/firejail/. 138 install -c -m 0644 .etc/mupen64plus.profile $(DESTDIR)/$(sysconfdir)/firejail/.
139 install -c -m 0644 .etc/disable-terminals.inc $(DESTDIR)/$(sysconfdir)/firejail/.
140 install -c -m 0644 .etc/lxterminal.profile $(DESTDIR)/$(sysconfdir)/firejail/.
139 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 141 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
140 rm -fr .etc 142 rm -fr .etc
141 # man pages 143 # man pages