From e9f0e942bf565476edd0685663e72c6d9a5f97f3 Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Tue, 18 Mar 2025 16:44:34 +0100 Subject: [PATCH] Remove duplicated target.json file In the 6.3 cycle target.json moved to `scripts`[^0] [^1] which is installed as a whole anyway. Installing it to `rust` thus isn't needed. See also discussion here: https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/merge_requests/6#note_255153 [^0]: https://github.com/Rust-for-Linux/linux/commit/c83b16cefd78f55071840e1159ead9fe62747769 [^1]: https://github.com/rnestler/archpkg-linux-rust/commit/6a135dd2ab8a03ac6b27e109de925cfb42c32701 --- PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 82e2b03..66cf334 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -179,7 +179,6 @@ _package-headers() { # Rust support echo "Installing Rust files..." - install -Dt "$builddir/rust" -m644 scripts/target.json install -Dt "$builddir/rust" -m644 rust/*.rmeta install -Dt "$builddir/rust" -m644 rust/*.so