]> granicus.if.org Git - ejabberd/commitdiff
If directory /sbin is created, set permissions 755, not 750.
authorBadlop <badlop@process-one.net>
Tue, 7 Jul 2009 08:27:15 +0000 (08:27 +0000)
committerBadlop <badlop@process-one.net>
Tue, 7 Jul 2009 08:27:15 +0000 (08:27 +0000)
SVN Revision: 2358

src/Makefile.in

index 8ba622d54b6076b26617e02992ee7b07cc14649a..dc39bf2986d37d6c2d822b02a8942ec3baedcafe 100644 (file)
@@ -183,7 +183,7 @@ install: all
        install -b -m 644 $(G_USER) inetrc $(ETCDIR)/inetrc
        #
        # Administration script
-       [ -d $(SBINDIR) ] || install -d -m 750 $(SBINDIR)
+       [ -d $(SBINDIR) ] || install -d -m 755 $(SBINDIR)
        install -m 550 $(G_USER) ejabberdctl.example $(SBINDIR)/ejabberdctl
        #
        # Binary Erlang files