mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
Fix error: could not find Cargo.toml in ~/.cache/yay/aarty/src or any parent directory
This commit is contained in:
parent
85961578c2
commit
358b5a1b8f
1 changed files with 1 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
|
@ -17,6 +17,7 @@ source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgn
|
|||
noextract=()
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue