24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +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 b8e9c6a7a2
commit 970f74288b

View File

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