mirror of
https://github.com/VIKINGYFY/immortalwrt.git
synced 2025-12-16 17:15:26 +00:00
Revert "package: drop creating spurious tmp directory in feed directory"
This reverts commit cea8507dcc.
This actually cause package pack error on every package outside the
target directory.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
8e5db148e9
commit
ed4aabf425
@ -280,6 +280,8 @@ endif
|
|||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
$(INSTALL_DIR) $$(PDIR_$(1))/tmp
|
||||||
|
|
||||||
ifeq ($(CONFIG_USE_APK),)
|
ifeq ($(CONFIG_USE_APK),)
|
||||||
mkdir -p $$(IDIR_$(1))/CONTROL
|
mkdir -p $$(IDIR_$(1))/CONTROL
|
||||||
(cd $$(IDIR_$(1))/CONTROL; \
|
(cd $$(IDIR_$(1))/CONTROL; \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user