24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Fix a recent commit about "Set script as executable"

This commit is contained in:
Badlop 2011-05-30 11:46:13 +02:00
parent 0874b93e7c
commit 2cacf21d51

View File

@ -208,7 +208,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)