瀏覽代碼

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
Christine Caulfield 17 年之前
父節點
當前提交
f91034658d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
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