summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2008-03-25 17:18:47 +0000
committerBadlop <badlop@process-one.net>2008-03-25 17:18:47 +0000
commit48e066999b9994a45ff16b3bfe8e57881322c045 (patch)
tree7a13b906a89891bc72b8741a5485dc21911650b9
parent* doc/guide.tex: mod_vcard_ldap replace NICK with NICKNAME (thanks (diff)
* src/Makefile.in: Failure to install epam is not
critical (EJAB-573) SVN Revision: 1255
-rw-r--r--ChangeLog5
-rw-r--r--src/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c61d04e..ebe32bc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-25 Badlop <badlop@process-one.net>
+
+ * src/Makefile.in: Failure to install epam is not
+ critical (EJAB-573)
+
2008-03-24 Badlop <badlop@process-one.net>
* doc/guide.tex: mod_vcard_ldap replace NICK with NICKNAME (thanks
diff --git a/src/Makefile.in b/src/Makefile.in
index 6676e19d..70596536 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)