From f91034658d51b7b301865ea1941006fe1e64d54e Mon Sep 17 00:00:00 2001 From: Christine Caulfield Date: Thu, 8 Jan 2009 11:38:17 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b78ac01..c20ce8a4 100644 --- a/Makefile +++ b/Makefile @@ -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