summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Marangi2025-11-22 08:58:26 +0000
committerChristian Marangi2025-11-22 08:58:26 +0000
commited4aabf42594204aa4ac80f99cd7413f554068d1 (patch)
tree4399ce11caf9ed84e4aff86da0d0e6d3a6c05a2a
parent8e5db148e96be5d1f17b6babfd445727714fdffc (diff)
downloadopenwrt-ed4aabf42594204aa4ac80f99cd7413f554068d1.tar.gz
Revert "package: drop creating spurious tmp directory in feed directory"
This reverts commit cea8507dccc9f677d3d4ed926fc568becfb554d4. This actually cause package pack error on every package outside the target directory. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r--include/package-pack.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/package-pack.mk b/include/package-pack.mk
index ee716fadec..2baceae72a 100644
--- a/include/package-pack.mk
+++ b/include/package-pack.mk
@@ -280,6 +280,8 @@ endif
)
endif
+ $(INSTALL_DIR) $$(PDIR_$(1))/tmp
+
ifeq ($(CONFIG_USE_APK),)
mkdir -p $$(IDIR_$(1))/CONTROL
(cd $$(IDIR_$(1))/CONTROL; \