From c89f9c8f0b93a74ae4e9ab082367a9b7aa32335e Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Thu, 20 Mar 2025 20:56:07 +0100 Subject: [PATCH] Install rust compiler plugins as executable --- PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 66cf334..5a2b720 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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