[openwrt/openwrt] package: drop creating spurious tmp directory in feed directory
LEDE Commits
lede-commits at lists.infradead.org
Fri Nov 21 14:34:05 PST 2025
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/cea8507dccc9f677d3d4ed926fc568becfb554d4
commit cea8507dccc9f677d3d4ed926fc568becfb554d4
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Fri Nov 21 23:32:26 2025 +0100
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 at gmail.com>
---
include/package-pack.mk | 2 --
1 file changed, 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; \
More information about the lede-commits
mailing list