projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e5db14
)
Revert "package: drop creating spurious tmp directory in feed directory"
author
Christian Marangi
<
[email protected]
>
Sat, 22 Nov 2025 08:58:26 +0000
(09:58 +0100)
committer
Christian Marangi
<
[email protected]
>
Sat, 22 Nov 2025 08:58:26 +0000
(09:58 +0100)
This reverts commit
cea8507dccc9f677d3d4ed926fc568becfb554d4
.
This actually cause package pack error on every package outside the
target directory.
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 ee716fadec7b6b6ed00ad1d4add89ca9706f3096..2baceae72a40a42e75bfa15ff2b528c9f6025571 100644
(file)
--- a/
include/package-pack.mk
+++ b/
include/package-pack.mk
@@
-280,6
+280,8
@@
endif
)
endif
+ $(INSTALL_DIR) $$(PDIR_$(1))/tmp
+
ifeq ($(CONFIG_USE_APK),)
mkdir -p $$(IDIR_$(1))/CONTROL
(cd $$(IDIR_$(1))/CONTROL; \