missing slash

pull/12425/head
Steven Powell 2021-09-14 12:57:54 -07:00
parent 123760e97e
commit 4156f3df2a
1 changed files with 1 additions and 1 deletions

View File

@ -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