]> granicus.if.org Git - ejabberd/commitdiff
* src/Makefile.in: Fix arguments to Install program
authorBadlop <badlop@process-one.net>
Tue, 3 Feb 2009 10:25:06 +0000 (10:25 +0000)
committerBadlop <badlop@process-one.net>
Tue, 3 Feb 2009 10:25:06 +0000 (10:25 +0000)
SVN Revision: 1860

ChangeLog
src/Makefile.in

index 57e605632f5a49a5590496c4870288137c5c15b6..1d047ca88f01b11cb8ccecd4a21934b4f4666318 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 28c1268264645cba416179f2b11bc03a06406850..ac9412a1757faa5a7c8f75b6927a58d21624855c 100644 (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