summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8d2a761..8f28d26 100644
--- a/Makefile
+++ b/Makefile
@@ -135,11 +135,11 @@ $(foreach flav, $(FLAVORS), %/$(flav)): %/base
$(BOOTTARGETS):
%/boot: %
$(eval BUILD_DIR := $(if $(filter base,$(notdir $(@D))),\
- $(@D),\
- $(@D).$(TIMESTAMP)/build))
+ $(@D),\
+ $(@D).$(TIMESTAMP)/build))
$(eval ANSIBLE_DIR_CUR := $(if $(filter base,$(notdir $(@D))),\
- $(ANSIBLE_DIR),\
- $(@D).$(TIMESTAMP)/$(ANSIBLE_DIR)))
+ $(ANSIBLE_DIR),\
+ $(@D).$(TIMESTAMP)/$(ANSIBLE_DIR)))
$(info ** Generating boot files for '$(BUILD_DIR)')
$(PACKER) build -only=$(BUILDER) \
$(PACKER_OPTS) \