From 572938aa4953b52a808d2ec00d268e04d404ba98 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Sun, 25 May 2014 02:31:28 +0200 Subject: [PATCH] install epam binary when available --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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)