From: Christian Marangi Date: Fri, 21 Nov 2025 22:32:26 +0000 (+0100) Subject: package: drop creating spurious tmp directory in feed directory X-Git-Tag: v25.12.0-rc1~388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cea8507dccc9f677d3d4ed926fc568becfb554d4;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/include/package-pack.mk b/include/package-pack.mk index 2baceae72a4..ee716fadec7 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; \