mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
* src/Makefile.in: Failure to install epam is not
critical (EJAB-573) SVN Revision: 1255
This commit is contained in:
parent
ea510f9d48
commit
48e066999b
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user