mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
install epam binary when available
This commit is contained in:
parent
8925975c86
commit
572938aa49
@ -151,6 +151,8 @@ install: all
|
||||
# Binary C programs
|
||||
$(INSTALL) -d $(PBINDIR)
|
||||
$(INSTALL) -m 750 $(O_USER) tools/captcha.sh $(PBINDIR)
|
||||
[ -f deps/p1_pam/priv/bin/epam ] \
|
||||
&& $(INSTALL) -m 750 $(O_USER) deps/p1_pam/priv/bin/epam $(PBINDIR)
|
||||
#
|
||||
# Binary system libraries
|
||||
$(INSTALL) -d $(SODIR)
|
||||
|
Loading…
Reference in New Issue
Block a user