projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0896410
)
package: drop creating spurious tmp directory in feed directory
author
Christian Marangi
<
[email protected]
>
Fri, 21 Nov 2025 22:32:26 +0000
(23:32 +0100)
committer
Christian Marangi
<
[email protected]
>
Fri, 21 Nov 2025 22:34:02 +0000
(23:34 +0100)
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 <
[email protected]
>
include/package-pack.mk
patch
|
blob
|
history
diff --git
a/include/package-pack.mk
b/include/package-pack.mk
index 2baceae72a40a42e75bfa15ff2b528c9f6025571..ee716fadec7b6b6ed00ad1d4add89ca9706f3096 100644
(file)
--- 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; \