Don't always overwrite /etc/corosync.conf when make install is run.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1723 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Christine Caulfield 2009-01-08 11:38:17 +00:00
parent 205ea1d44b
commit f91034658d

View File

@ -184,7 +184,7 @@ install: all
install -m 755 $(builddir)tools/corosync-cfgtool $(DESTDIR)$(SBINDIR)
install -m 755 $(builddir)tools/corosync-keygen $(DESTDIR)$(SBINDIR)
if [ ! -f $(DESTDIR)$(ETCDIR)/penais.conf ] ; then \
if [ ! -f $(DESTDIR)$(ETCDIR)/corosync.conf ] ; then \
install -m 644 $(srcdir)conf/corosync.conf $(DESTDIR)$(ETCDIR) ; \
fi