mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
don't stop make install if epam is not compiled
This commit is contained in:
parent
572938aa49
commit
123b01aaa0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user