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:
@@ -23,6 +23,8 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
export RUSTUP_TOOLCHAIN=stable
|
||||
export CARGO_TARGET_DIR=target
|
||||
cargo build --release --locked
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user