Skip to content

[rust] 1.86.0-2: Fix installation of license files #3905

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgbase=rust
pkgname=(rust rust-src)
pkgver=1.86.0
pkgrel=1
pkgrel=2
pkgdesc="Systems programming language focused on safety, speed and concurrency"
arch=(x86_64 aarch64 riscv64 loongarch64)
url='https://www.rust-lang.org/'
Expand Down Expand Up @@ -63,7 +63,7 @@ package_rust()
install -d $pkgdir/usr/share/bash-completion
install -d $pkgdir/usr/share/licenses/rust

mv -t $pkgdir/usr/share/licenses/rust $pkgdir/usr/share/doc/rustc/LICENSE*
mv -t $pkgdir/usr/share/licenses/rust $pkgdir/usr/share/doc/rustc/COPYRIGHT*
}

package_rust-src() {
Expand Down