From: Felix Fietkau Date: Sat, 6 Oct 2012 22:42:57 +0000 (+0000) Subject: build: create pkginfo dir earlier to avoid build breakage X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6f752c725a5b592dff8c17f0fe4e905de22b8112;p=openwrt%2Fstaging%2Fflorian.git build: create pkginfo dir earlier to avoid build breakage SVN-Revision: 33633 --- diff --git a/include/package.mk b/include/package.mk index 8b8cb1aae9..fb90df8718 100644 --- a/include/package.mk +++ b/include/package.mk @@ -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