summaryrefslogtreecommitdiff
path: root/scripts/Makefile.in
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2016-05-25 13:57:33 -0500
committerDavid Teigland <teigland@redhat.com>2016-06-22 13:13:10 -0500
commitebd2758dab39bb70fd63d0d77314971f8bc9cbfd (patch)
treece9b77571ef9ecb56955095b8d254c7f4c498c74 /scripts/Makefile.in
parentdfc516f9bfd35ec36c60165bd319a9b0008764a3 (diff)
downloadlvm2-ebd2758dab39bb70fd63d0d77314971f8bc9cbfd.tar.gz
vgimportclone: add native command
This is cleaner and more efficient than the script. The args and usage are unchanged.
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 9c3d72d9d..e6742393b 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -31,7 +31,7 @@ endif
LVMLIBS = @LVM2APP_LIB@ -ldevmapper
endif
-LVM_SCRIPTS = lvmdump.sh lvmconf.sh vgimportclone.sh
+LVM_SCRIPTS = lvmdump.sh lvmconf.sh
DM_SCRIPTS =
ifeq ("@FSADM@", "yes")