25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01: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)*" \ sed -e "s*@ctlscriptpath@*$(SBINDIR)*" \
-e "s*@installuser@*$(INIT_USER)*" ejabberd.init.template \ -e "s*@installuser@*$(INIT_USER)*" ejabberd.init.template \
> ejabberd.init > ejabberd.init
chmod 555 ejabberd.init chmod 755 ejabberd.init
# #
# Binary Erlang files # Binary Erlang files
install -d $(BEAMDIR) install -d $(BEAMDIR)