1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Fix clvmd man makefile.

This commit is contained in:
Alasdair Kergon 2004-12-09 16:57:37 +00:00
parent 39de4a2a56
commit db7e9905c1
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.00.30 -
====================================
Fix clvmd man makefile.
Extend dev_open logging.
Make clvmd_fix_conf.sh UNDOable.

View File

@ -30,7 +30,7 @@ MAN8DIR=${mandir}/man8
include $(top_srcdir)/make.tmpl
ifeq ("@CLVMD@", "yes")
ifneq ("@CLVMD@", "none")
install: install_cluster
endif