]> granicus.if.org Git - ejabberd/commitdiff
Fix a recent commit about "Set script as executable"
authorBadlop <badlop@process-one.net>
Mon, 30 May 2011 09:46:13 +0000 (11:46 +0200)
committerBadlop <badlop@process-one.net>
Mon, 30 May 2011 09:46:31 +0000 (11:46 +0200)
src/Makefile.in

index 591020c89bdc979a71f241fd019d581c023e41df..f11360a6417ce65a6417ab1d5198eb9648745a99 100644 (file)
@@ -196,7 +196,7 @@ install: all
        sed -e "s*@ctlscriptpath@*$(SBINDIR)*" \
                -e "s*@installuser@*$(INIT_USER)*" ejabberd.init.template \
                > ejabberd.init
-       chmod 555 ejabberd.init
+       chmod 755 ejabberd.init
        #
        # Binary Erlang files
        install -d $(BEAMDIR)