From 32dbd9104ded8778d3a216a95f99c12b01c15680 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 14 Feb 2016 09:58:35 -0500 Subject: merged building on systems without bash from manevich --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index f5e52979f..167dc0cf5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -138,7 +138,7 @@ realinstall: install -c -m 0644 .etc/mupen64plus.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/disable-terminals.inc $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/lxterminal.profile $(DESTDIR)/$(sysconfdir)/firejail/. - bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" + sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" rm -fr .etc # man pages rm -f firejail.1.gz -- cgit v1.2.3-54-g00ecf