Install rust compiler plugins as executable

This commit is contained in:
Jan Alexander Steffens (heftig) 2025-03-20 20:56:07 +01:00
parent e9f0e942bf
commit c89f9c8f0b
No known key found for this signature in database
GPG Key ID: B8AC08600F108CDF

View File

@ -177,10 +177,9 @@ _package-headers() {
echo "Installing KConfig files..."
find . -name 'Kconfig*' -exec install -Dm644 {} "$builddir/{}" \;
# Rust support
echo "Installing Rust files..."
install -Dt "$builddir/rust" -m644 rust/*.rmeta
install -Dt "$builddir/rust" -m644 rust/*.so
install -Dt "$builddir/rust" rust/*.so
echo "Removing unneeded architectures..."
local arch