From 4156f3df2aa0990fb38d4753dbb889fbfccf32cd Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Tue, 14 Sep 2021 12:57:54 -0700 Subject: [PATCH] missing slash --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3291ef5151..0544112646 100644 --- a/Makefile +++ b/Makefile @@ -285,7 +285,7 @@ minikube_iso: deploy/iso/minikube-iso/board/coreos/minikube/rootfs-overlay/usr/b if [ ! -d $(BUILD_DIR)/buildroot ]; then \ mkdir -p $(BUILD_DIR); \ git clone --depth=1 --branch=$(BUILDROOT_BRANCH) https://github.com/buildroot/buildroot $(BUILD_DIR)/buildroot; \ - @cp $(PWD)/deploy/iso/minikube-iso/go.hash buildroot/package/go/go.hash + @cp $(PWD)/deploy/iso/minikube-iso/go.hash buildroot/package/go/go.hash; \ fi; $(MAKE) BR2_EXTERNAL=../../deploy/iso/minikube-iso minikube_defconfig -C $(BUILD_DIR)/buildroot $(BUILDROOT_OPTIONS) $(MAKE) -C $(BUILD_DIR)/buildroot $(BUILDROOT_OPTIONS) host-python