From 7dcd189e27f79a92e093bb1ea721d32fda36df95 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 25 Mar 2008 17:18:47 +0000 Subject: [PATCH] * src/Makefile.in: Failure to install epam is not critical (EJAB-573) SVN Revision: 1255 --- ChangeLog | 5 +++++ src/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4869eb8ec..f274dc32f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-25 Badlop + + * src/Makefile.in: Failure to install epam is not + critical (EJAB-573) + 2008-03-24 Badlop * doc/guide.tex: mod_vcard_ldap replace NICK with NICKNAME (thanks diff --git a/src/Makefile.in b/src/Makefile.in index 6676e19d8..70596536f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -104,7 +104,7 @@ install: all install -d $(SODIR) install -d $(PBINDIR) install -m 644 *.so $(SODIR) - install -m 750 epam $(PBINDIR) + -install -m 750 epam $(PBINDIR) install -d $(MSGSDIR) install -m 644 msgs/*.msg $(MSGSDIR) install -d $(ETCDIR)