mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-06 05:34:02 +00:00
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:
parent
205ea1d44b
commit
f91034658d
2
Makefile
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user