From: Christophe Romain Date: Sun, 25 May 2014 11:02:25 +0000 (+0200) Subject: don't stop make install if epam is not compiled X-Git-Tag: 14.07~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=123b01aaa0418f72daa236e43ef27f57fd6eb6a8;p=ejabberd don't stop make install if epam is not compiled --- diff --git a/Makefile.in b/Makefile.in index 03be9fe99..b0d8be31b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -151,7 +151,7 @@ install: all # Binary C programs $(INSTALL) -d $(PBINDIR) $(INSTALL) -m 750 $(O_USER) tools/captcha.sh $(PBINDIR) - [ -f deps/p1_pam/priv/bin/epam ] \ + -[ -f deps/p1_pam/priv/bin/epam ] \ && $(INSTALL) -m 750 $(O_USER) deps/p1_pam/priv/bin/epam $(PBINDIR) # # Binary system libraries