1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Really fix Rust for kernel 5.4

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-02-12 15:31:36 +01:00
parent b8178a879e
commit 7935b10b24
4 changed files with 18 additions and 19 deletions

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 \; ; \
)