From 67d5493297e0d1e4303f5c751b436856a2134df4 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 13 Feb 2018 15:14:51 +0100 Subject: Makefile: boot targets: fix wrong path given to check_rootpw (causing the password hash check to fail) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3f427a6..22cd4b8 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ $(foreach flav, $(FLAVORS), %/$(flav)): %/base # Generating boot files $(BOOTTARGETS): %/boot: % - $(call check_rootpw,$(@D)) + $(call check_rootpw,$(dir $(@D))) $(eval BUILD_DIR := $(@D).$(TIMESTAMP)) $(info ** Generating boot files for '$(BUILD_DIR)') $(PACKER) build -only=$(BUILDER) \ -- cgit v1.2.3-55-g7522