mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
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 <ansuelsmth@gmail.com>
This commit is contained in:
parent
08964109be
commit
cea8507dcc
1 changed files with 0 additions and 2 deletions
|
|
@ -280,8 +280,6 @@ 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…
Add table
Reference in a new issue