1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 12:40:30 +01:00

Fix global target dir pollution

This shouldn't be necessary but people override it anyway and it costs
nothing
This commit is contained in:
2024-03-28 21:43:43 +01:00
parent e819b16174
commit 40c0effe80

View File

@@ -23,6 +23,8 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
cargo build --release --locked
}