build: create pkginfo dir earlier to avoid build breakage

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33633 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2012-10-06 22:42:57 +00:00
parent 6683f47568
commit 5df4ff2973
1 changed files with 1 additions and 0 deletions

View File

@ -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