diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-06 22:42:57 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-06 22:42:57 +0000 |
commit | a81aed2f57aef263f83f31c8d405d086776f7415 (patch) | |
tree | 55144cd98b38ed4d4dc768c9e687a5a03679188d /include | |
parent | a5ff4c2e978f74e3856b8500aa226b7f01f209e8 (diff) |
build: create pkginfo dir earlier to avoid build breakage
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33633 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/package.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/package.mk b/include/package.mk index 8b8cb1aae..fb90df871 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 |