summaryrefslogtreecommitdiff
path: root/scripts/Makefile.in
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2021-08-26 16:53:33 +0200
committerMarian Csontos <mcsontos@redhat.com>2021-08-26 17:13:59 +0200
commitbbbd4fed69d88e67678994cb611d082d27bb774b (patch)
tree302d92d90f32f93c9c562ecf13c8da13f34c8c08 /scripts/Makefile.in
parent0969e90d45932d2903d2822701b32edfb2cf31cf (diff)
downloadlvm2-bbbd4fed69d88e67678994cb611d082d27bb774b.tar.gz
vdo: Rename vdoimport to lvm_import_vdo.
Diffstat (limited to 'scripts/Makefile.in')
-rw-r--r--scripts/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 1fe88ca90..f16c37d81 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -32,7 +32,7 @@ ifeq ("@FSADM@", "yes")
endif
ifeq ("@VDOIMPORT@", "yes")
- LVM_SCRIPTS += vdoimport.sh
+ LVM_SCRIPTS += lvm_import_vdo.sh
endif
ifeq ("@BLKDEACTIVATE@", "yes")