]> sourceware.org Git - lvm2.git/commitdiff
fix broken 'make install' for lvm_dump.sh
authorAlasdair Kergon <agk@redhat.com>
Wed, 14 Apr 2010 20:03:15 +0000 (20:03 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 14 Apr 2010 20:03:15 +0000 (20:03 +0000)
WHATS_NEW
scripts/Makefile.in

index 227513f7bc5cefb43fe5c5aff91b0a50f6781e22..087e191b772ba4f14ceb00f3969d3afc0ae2fb8e 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -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.
index b76e33926c32301458c643e1393995e06087dd81..92a63ce08145cd95da1d5f4cbd539a6aac947630 100644 (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
This page took 0.039145 seconds and 5 git commands to generate.