mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix rust for 5.4
This commit is contained in:
parent
d440406c83
commit
6d43d72453
1 changed files with 1 additions and 3 deletions
|
@ -100,9 +100,7 @@ endef
|
||||||
define Host/Install
|
define Host/Install
|
||||||
( \
|
( \
|
||||||
cd $(HOST_BUILD_DIR)/build/dist ; \
|
cd $(HOST_BUILD_DIR)/build/dist ; \
|
||||||
for targz in *.tar.gz; do \
|
find -iname "*.tar.gz" -exec tar -xzf {} \; ; \
|
||||||
$(STAGING_DIR_HOST)/bin/libdeflate-gzip -dc "$$$$targz" | tar -xf - ; \
|
|
||||||
done ; \
|
|
||||||
find . -mindepth 2 -maxdepth 2 -type f -name install.sh \
|
find . -mindepth 2 -maxdepth 2 -type f -name install.sh \
|
||||||
-execdir bash '{}' --prefix=$(STAGING_DIR)/host --disable-ldconfig \; ; \
|
-execdir bash '{}' --prefix=$(STAGING_DIR)/host --disable-ldconfig \; ; \
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue