aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2014-05-25 02:31:28 +0200
committerChristophe Romain <christophe.romain@process-one.net>2014-05-25 02:31:28 +0200
commit572938aa4953b52a808d2ec00d268e04d404ba98 (patch)
treeafd057879f3be066312434455f6a84a2f42733b1 /Makefile.in
parentFix proxying of ACK requests for 2xx responses (diff)
install epam binary when available
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
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)