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:
parent
0874b93e7c
commit
2cacf21d51
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user