Fix a recent commit about "Set script as executable"

This commit is contained in:
Badlop 2011-05-30 11:46:13 +02:00
parent b8e9c6a7a2
commit 970f74288b
1 changed files with 1 additions and 1 deletions

View 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)