diff options
author | Badlop <badlop@process-one.net> | 2009-02-03 10:25:06 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-02-03 10:25:06 +0000 |
commit | e321a241b7f4b79ebef0ca680c2f443efa630a87 (patch) | |
tree | 0860179f70905aeaa1b2227e6e999c623b181588 | |
parent | * src/web/ejabberd_web_admin.erl: Calls to the hook (diff) |
* src/Makefile.in: Fix arguments to Install program
SVN Revision: 1860
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 diff --git a/src/Makefile.in b/src/Makefile.in index 28c126826..ac9412a17 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 |