From b658dccc5f336da3c264a5944ce968ef6f03df9b 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 This allows to get released binaries again. Fixes: #4151 Signed-off-by: Greg Kurz --- .../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 0691c199d..f1883ace7 100755 --- a/tools/packaging/static-build/cloud-hypervisor/build-static-clh.sh +++ b/tools/packaging/static-build/cloud-hypervisor/build-static-clh.sh @@ -48,7 +48,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() {