mirror of
https://github.com/processone/ejabberd.git
synced 2025-01-03 18:02:28 +01:00
* src/Makefile.in: Fix arguments to Install program
SVN Revision: 1860
This commit is contained in:
parent
aab07df37b
commit
e321a241b7
@ -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>
|
2009-02-02 Badlop <badlop@process-one.net>
|
||||||
|
|
||||||
* src/web/ejabberd_web_admin.erl: Calls to the hook
|
* src/web/ejabberd_web_admin.erl: Calls to the hook
|
||||||
|
@ -181,7 +181,7 @@ install: all
|
|||||||
install -b -m 644 $(G_USER) inetrc $(ETCDIR)/inetrc
|
install -b -m 644 $(G_USER) inetrc $(ETCDIR)/inetrc
|
||||||
#
|
#
|
||||||
# Administration script
|
# Administration script
|
||||||
[ -d $(SBINDIR) ] || install -d 750 $(SBINDIR)
|
[ -d $(SBINDIR) ] || install -d -m 750 $(SBINDIR)
|
||||||
install -m 550 $(G_USER) ejabberdctl.example $(SBINDIR)/ejabberdctl
|
install -m 550 $(G_USER) ejabberdctl.example $(SBINDIR)/ejabberdctl
|
||||||
#
|
#
|
||||||
# Binary Erlang files
|
# Binary Erlang files
|
||||||
|
Loading…
Reference in New Issue
Block a user