From cea8507dccc9f677d3d4ed926fc568becfb554d4 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Fri, 21 Nov 2025 23:32:26 +0100 Subject: [PATCH] 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 --- 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; \ -- 2.30.2