1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2024-06-12 20:16:20 +02:00
parent d440406c83
commit 6d43d72453

View file

@ -100,9 +100,7 @@ endef
define Host/Install
( \
cd $(HOST_BUILD_DIR)/build/dist ; \
for targz in *.tar.gz; do \
$(STAGING_DIR_HOST)/bin/libdeflate-gzip -dc "$$$$targz" | tar -xf - ; \
done ; \
find -iname "*.tar.gz" -exec tar -xzf {} \; ; \
find . -mindepth 2 -maxdepth 2 -type f -name install.sh \
-execdir bash '{}' --prefix=$(STAGING_DIR)/host --disable-ldconfig \; ; \
)