misc: fix incorrect relative path in local-build makefile

When run make merge-builds, it's identified that the relative path "$(MK_DIR)/../../../../versions.yaml"
is not correct, we should use "../../../../versions.yaml" in makefile

Signed-off-by: Huo Qifeng <huoqifeng1@jd.com>
This commit is contained in:
Huo Qifeng 2024-12-17 16:31:52 +08:00
parent 02b5fa15ac
commit 29276a04d4

View File

@ -194,7 +194,7 @@ virtiofsd-tarball:
${MAKE} $@-build ${MAKE} $@-build
merge-builds: merge-builds:
$(MK_DIR)/kata-deploy-merge-builds.sh build "$(MK_DIR)/../../../../versions.yaml" $(MK_DIR)/kata-deploy-merge-builds.sh build "../../../../versions.yaml"
install-tarball: install-tarball:
tar -xf ./kata-static.tar.xz -C / tar -xf ./kata-static.tar.xz -C /