diff options
| author | Christophe Romain <christophe.romain@process-one.net> | 2014-05-25 02:31:28 +0200 |
|---|---|---|
| committer | Christophe Romain <christophe.romain@process-one.net> | 2014-05-25 02:31:28 +0200 |
| commit | 572938aa4953b52a808d2ec00d268e04d404ba98 (patch) | |
| tree | afd057879f3be066312434455f6a84a2f42733b1 /Makefile.in | |
| parent | Fix proxying of ACK requests for 2xx responses (diff) | |
install epam binary when available
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 3350d32cc..03be9fe99 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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) |
