summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2014-05-25 13:02:25 +0200
committerChristophe Romain <christophe.romain@process-one.net>2014-05-25 13:02:25 +0200
commit123b01aaa0418f72daa236e43ef27f57fd6eb6a8 (patch)
treec900dc695911222c11b27bb5fb46cd70047886bc /Makefile.in
parentinstall epam binary when available (diff)
don't stop make install if epam is not compiled
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 03be9fe9..b0d8be31 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