From 6b2c641f0b4207b7f37fd0809c30cdfa42394759 Mon Sep 17 00:00:00 2001 From: Greg Kurz Date: Thu, 21 Apr 2022 15:39:16 +0200 Subject: [PATCH] tools: fix typo in clh directory name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows to get released binaries again. Fixes: #4151 Signed-off-by: Greg Kurz (cherry picked from commit b658dccc5f336da3c264a5944ce968ef6f03df9b) Signed-off-by: Fabiano FidĂȘncio --- .../packaging/static-build/cloud-hypervisor/build-static-clh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/packaging/static-build/cloud-hypervisor/build-static-clh.sh b/tools/packaging/static-build/cloud-hypervisor/build-static-clh.sh index d88b03c0d..24d3ec84c 100755 --- a/tools/packaging/static-build/cloud-hypervisor/build-static-clh.sh +++ b/tools/packaging/static-build/cloud-hypervisor/build-static-clh.sh @@ -41,7 +41,7 @@ pull_clh_released_binary() { curl --fail -L ${cloud_hypervisor_binary} -o cloud-hypervisor-static || return 1 mkdir -p cloud-hypervisor mv -f cloud-hypervisor-static cloud-hypervisor/cloud-hypervisor - chmod +x cloud_hypervisor/cloud-hypervisor + chmod +x cloud-hypervisor/cloud-hypervisor } build_clh_from_source() {