From 4941b27bffa1df93b8f2c45bd2250abf9ca31bcc Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 27 May 2021 14:49:57 +0200 Subject: [PATCH] actually install pve6to7 tool Signed-off-by: Thomas Lamprecht --- PVE/CLI/Makefile | 2 +- bin/Makefile | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/PVE/CLI/Makefile b/PVE/CLI/Makefile index 7e9ae0df..5a28c6c3 100644 --- a/PVE/CLI/Makefile +++ b/PVE/CLI/Makefile @@ -1,6 +1,6 @@ include ../../defines.mk -SOURCES=vzdump.pm pvesubscription.pm pveceph.pm pveam.pm pvesr.pm pvenode.pm pvesh.pm pve5to6.pm +SOURCES=vzdump.pm pvesubscription.pm pveceph.pm pveam.pm pvesr.pm pvenode.pm pvesh.pm pve5to6.pm pve6to7.pm all: diff --git a/bin/Makefile b/bin/Makefile index ac4fbd7f..dbbfd348 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -7,7 +7,7 @@ PERL_DOC_INC_DIRS=.. include /usr/share/pve-doc-generator/pve-doc-generator.mk SERVICES = pvestatd pveproxy pvedaemon spiceproxy -CLITOOLS = vzdump pvesubscription pveceph pveam pvesr pvenode pvesh pve5to6 +CLITOOLS = vzdump pvesubscription pveceph pveam pvesr pvenode pvesh pve5to6 pve6to7 SCRIPTS = \ ${SERVICES} \ @@ -51,6 +51,9 @@ all: ${SERVICE_MANS} ${CLI_MANS} pvemailforward pve5to6.1: echo ".TH pve5to6 1" > $@ +pve6to7.1: + echo ".TH pve6to7 1" > $@ + pveversion.1.pod: pveversion pveupgrade.1.pod: pveupgrade pvereport.1.pod: pvereport