Skip to content
Snippets Groups Projects
Commit 6f752c72 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

build: create pkginfo dir earlier to avoid build breakage

SVN-Revision: 33633
parent 44cd20b8
No related branches found
No related tags found
No related merge requests found
...@@ -253,6 +253,7 @@ Build/DistCheck=$(call Build/DistCheck/Default,) ...@@ -253,6 +253,7 @@ Build/DistCheck=$(call Build/DistCheck/Default,)
.PHONY: prepare-package-install .PHONY: prepare-package-install
prepare-package-install: prepare-package-install:
@mkdir -p $(PKG_INFO_DIR)
@touch $(PKG_INFO_DIR)/$(PKG_DIR_NAME).install.clean @touch $(PKG_INFO_DIR)/$(PKG_DIR_NAME).install.clean
@echo "$(filter-out essential,$(PKG_FLAGS))" > $(PKG_INFO_DIR)/$(PKG_DIR_NAME).install.flags @echo "$(filter-out essential,$(PKG_FLAGS))" > $(PKG_INFO_DIR)/$(PKG_DIR_NAME).install.flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment