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

fix broken 'make install' for lvm_dump.sh

This commit is contained in:
Alasdair Kergon 2010-04-14 20:03:15 +00:00
parent 3972d7a2a4
commit a11ad9cc7b
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.63 - 14th April 2010
=================================
Rename lvm_dump.sh to lvmdump.sh.
Allow incomplete mirror restore in lvconvert --repair upon insufficient space.
Do not reset position in metadata ring buffer on vgrename and vgcfgrestore.
Allow VGs with active LVs to be renamed.

View File

@ -17,7 +17,7 @@ top_builddir = @top_builddir@
include $(top_builddir)/make.tmpl
SCRIPTS = lvm_dump.sh vgimportclone.sh
SCRIPTS = lvmdump.sh vgimportclone.sh
ifeq ("@FSADM@", "yes")
SCRIPTS += fsadm.sh
endif