build: create pkginfo dir earlier to avoid build breakage
SVN-Revision: 33633
This commit is contained in:
parent
44cd20b802
commit
6f752c725a
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ Build/DistCheck=$(call Build/DistCheck/Default,)
|
|||
|
||||
.PHONY: prepare-package-install
|
||||
prepare-package-install:
|
||||
@mkdir -p $(PKG_INFO_DIR)
|
||||
@touch $(PKG_INFO_DIR)/$(PKG_DIR_NAME).install.clean
|
||||
@echo "$(filter-out essential,$(PKG_FLAGS))" > $(PKG_INFO_DIR)/$(PKG_DIR_NAME).install.flags
|
||||
|
||||
|
|
Loading…
Reference in a new issue