summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Marangi2025-11-21 22:32:26 +0000
committerChristian Marangi2025-11-21 22:34:02 +0000
commitcea8507dccc9f677d3d4ed926fc568becfb554d4 (patch)
tree3ec4ed525db4840d507b93fa2822ed3e80a212e5
parent08964109beb25127936b1d3e5729c208bb79a7b4 (diff)
downloadopenwrt-cea8507dccc9f677d3d4ed926fc568becfb554d4.tar.gz
package: drop creating spurious tmp directory in feed directory
In implementing APK support it seems a a leftover was never removed that creates an unused tmp directory in the package feed directory. Drop it as it's not used anywhere. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r--include/package-pack.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/package-pack.mk b/include/package-pack.mk
index 2baceae72a..ee716fadec 100644
--- a/include/package-pack.mk
+++ b/include/package-pack.mk
@@ -280,8 +280,6 @@ endif
)
endif
- $(INSTALL_DIR) $$(PDIR_$(1))/tmp
-
ifeq ($(CONFIG_USE_APK),)
mkdir -p $$(IDIR_$(1))/CONTROL
(cd $$(IDIR_$(1))/CONTROL; \