aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-14 09:58:35 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-14 09:58:35 -0500
commit32dbd9104ded8778d3a216a95f99c12b01c15680 (patch)
treeb18f3b52b8198de42fb040791aab46f31250404c /Makefile.in
parentq (diff)
downloadfirejail-32dbd9104ded8778d3a216a95f99c12b01c15680.tar.gz
firejail-32dbd9104ded8778d3a216a95f99c12b01c15680.tar.zst
firejail-32dbd9104ded8778d3a216a95f99c12b01c15680.zip
merged building on systems without bash from manevich
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f5e52979f..167dc0cf5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -138,7 +138,7 @@ realinstall:
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/. 139 install -c -m 0644 .etc/disable-terminals.inc $(DESTDIR)/$(sysconfdir)/firejail/.
140 install -c -m 0644 .etc/lxterminal.profile $(DESTDIR)/$(sysconfdir)/firejail/. 140 install -c -m 0644 .etc/lxterminal.profile $(DESTDIR)/$(sysconfdir)/firejail/.
141 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 141 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
142 rm -fr .etc 142 rm -fr .etc
143 # man pages 143 # man pages
144 rm -f firejail.1.gz 144 rm -f firejail.1.gz