mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +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>
|
||||
|
||||
* 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
|
||||
#
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user