Fix missing build directory when making fetch tag
This commit is contained in:
parent
907dfce1ad
commit
8fd33c1b5f
|
@ -4,6 +4,7 @@ build/fetch.tag: cookbook installer prefix $(FILESYSTEM_CONFIG)
|
||||||
PACKAGES="$$($(INSTALLER) --list-packages -c $(FILESYSTEM_CONFIG))" && \
|
PACKAGES="$$($(INSTALLER) --list-packages -c $(FILESYSTEM_CONFIG))" && \
|
||||||
cd cookbook && \
|
cd cookbook && \
|
||||||
./fetch.sh "$${PACKAGES}"
|
./fetch.sh "$${PACKAGES}"
|
||||||
|
mkdir -p build
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
build/repo.tag: build/fetch.tag
|
build/repo.tag: build/fetch.tag
|
||||||
|
|
Loading…
Reference in a new issue