* src/Makefile.in: Fix arguments to Install program

SVN Revision: 1860
This commit is contained in:
Badlop 2009-02-03 10:25:06 +00:00
parent aab07df37b
commit e321a241b7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-02-03 Badlop <badlop@process-one.net>
* src/Makefile.in: Fix arguments to Install program
2009-02-02 Badlop <badlop@process-one.net>
* src/web/ejabberd_web_admin.erl: Calls to the hook

View File

@ -181,7 +181,7 @@ install: all
install -b -m 644 $(G_USER) inetrc $(ETCDIR)/inetrc
#
# Administration script
[ -d $(SBINDIR) ] || install -d 750 $(SBINDIR)
[ -d $(SBINDIR) ] || install -d -m 750 $(SBINDIR)
install -m 550 $(G_USER) ejabberdctl.example $(SBINDIR)/ejabberdctl
#
# Binary Erlang files