25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

If directory /sbin is created, set permissions 755, not 750.

SVN Revision: 2359
This commit is contained in:
Badlop 2009-07-07 08:27:58 +00:00
parent be5b35e999
commit b49a15efeb

View File

@ -183,7 +183,7 @@ install: all
install -b -m 644 $(G_USER) inetrc $(ETCDIR)/inetrc
#
# Administration script
[ -d $(SBINDIR) ] || install -d -m 750 $(SBINDIR)
[ -d $(SBINDIR) ] || install -d -m 755 $(SBINDIR)
install -m 550 $(G_USER) ejabberdctl.example $(SBINDIR)/ejabberdctl
#
# Binary Erlang files