]> granicus.if.org Git - ejabberd/commitdiff
* src/Makefile.in: Failure to install epam is not
authorBadlop <badlop@process-one.net>
Tue, 25 Mar 2008 17:18:47 +0000 (17:18 +0000)
committerBadlop <badlop@process-one.net>
Tue, 25 Mar 2008 17:18:47 +0000 (17:18 +0000)
critical (EJAB-573)

SVN Revision: 1255

ChangeLog
src/Makefile.in

index 0c61d04e55efa4654b59fccb6e2429b2e1fea0ac..ebe32bc8f75453284c697a50b2a7723c12d78b6e 100644 (file)
--- 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
index 6676e19d80e72883cfa3e0e9d6e11c5c0975f41a..70596536fd50482e7463d0343f4c2be478fd7cf7 100644 (file)
@@ -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)