summaryrefslogtreecommitdiff
path: root/openwrt/include/package.mk
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/include/package.mk')
-rw-r--r--openwrt/include/package.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk
index 2784cc8..ce07640 100644
--- a/openwrt/include/package.mk
+++ b/openwrt/include/package.mk
@@ -41,6 +41,7 @@ define Build/DefaultTargets
touch $$@
$(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed: $(PKG_BUILD_DIR)/.built
+ mkdir -p $(STAGING_DIR)/stampfiles
$(call Build/InstallDev)
touch $$@