mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-25 11:13:15 +00:00
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:
parent
02b5fa15ac
commit
29276a04d4
@ -194,7 +194,7 @@ virtiofsd-tarball:
|
||||
${MAKE} $@-build
|
||||
|
||||
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:
|
||||
tar -xf ./kata-static.tar.xz -C /
|
||||
|
Loading…
Reference in New Issue
Block a user