summaryrefslogtreecommitdiff
path: root/scripts/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-08-23 14:02:42 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-08-26 19:10:28 +0200
commit12ba43ccd0cac480b4da0fb8457db83b4b50b722 (patch)
treea17e6e64a93f8e36d8c7376480698e204834db96 /scripts/Makefile.in
parent49822624e8b02bf108d79ac3ffd58a35c0c92c5e (diff)
downloadlvm2-12ba43ccd0cac480b4da0fb8457db83b4b50b722.tar.gz
vdo: rename vdoimport to lvm_import_vdo
Missed bits in previous rename commits.
Diffstat (limited to 'scripts/Makefile.in')
-rw-r--r--scripts/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index f16c37d81..ee0acb6f6 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2015 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2006-2021 Red Hat, Inc. All rights reserved.
#
# This file is part of LVM2.
#
@@ -31,7 +31,7 @@ ifeq ("@FSADM@", "yes")
LVM_SCRIPTS += fsadm.sh
endif
-ifeq ("@VDOIMPORT@", "yes")
+ifeq ("@LVMIMPORTVDO@", "yes")
LVM_SCRIPTS += lvm_import_vdo.sh
endif