summaryrefslogtreecommitdiffstats
path: root/include/package.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-06 22:42:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-06 22:42:57 +0000
commit6f752c725a5b592dff8c17f0fe4e905de22b8112 (patch)
tree193d44bd8bcc1b3752963f1c211fb27f3f7a8181 /include/package.mk
parent44cd20b8023f6f2fca50c32772229590b179756d (diff)
downloadmaster-31e0f0ae-6f752c725a5b592dff8c17f0fe4e905de22b8112.tar.gz
master-31e0f0ae-6f752c725a5b592dff8c17f0fe4e905de22b8112.tar.bz2
master-31e0f0ae-6f752c725a5b592dff8c17f0fe4e905de22b8112.zip
build: create pkginfo dir earlier to avoid build breakage
SVN-Revision: 33633
Diffstat (limited to 'include/package.mk')
-rw-r--r--include/package.mk1
1 files changed, 1 insertions, 0 deletions
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