24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

make install does not overwrites existing ejabberd.cfg anymore, ejabberd.cfg-new created instead

SVN Revision: 756
This commit is contained in:
Christophe Romain 2007-04-30 07:08:01 +00:00
parent 852774dac0
commit 3acce9763a

View File

@ -89,7 +89,7 @@ install: all
install -d $(MSGSDIR) install -d $(MSGSDIR)
install -m 644 msgs/*.msg $(MSGSDIR) install -m 644 msgs/*.msg $(MSGSDIR)
install -d $(ETCDIR) install -d $(ETCDIR)
install -b -m 644 ejabberd.cfg.example $(ETCDIR)/ejabberd.cfg [ -f $(ETCDIR)/ejabberd.cfg ] && install -b -m 644 ejabberd.cfg.example $(ETCDIR)/ejabberd.cfg-new || install -b -m 644 ejabberd.cfg.example $(ETCDIR)/ejabberd.cfg
install -d $(LOGDIR) install -d $(LOGDIR)
clean: clean-recursive clean-local clean: clean-recursive clean-local