From 123b01aaa0418f72daa236e43ef27f57fd6eb6a8 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Sun, 25 May 2014 13:02:25 +0200 Subject: [PATCH] don't stop make install if epam is not compiled --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1