From: nbd Date: Sat, 6 Oct 2012 22:42:57 +0000 (+0000) Subject: build: create pkginfo dir earlier to avoid build breakage X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=a81aed2f57aef263f83f31c8d405d086776f7415;p=openwrt.git build: create pkginfo dir earlier to avoid build breakage git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33633 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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