Skip to content

Commit

Permalink
build: add --target-dir to PKGBUILDs
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tx committed Jul 29, 2023
1 parent 217daeb commit f13b595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ prepare() {

build() {
cd "$pkgname-$pkgver"
cargo build --release --locked --all-features
cargo build --release --locked --all-features --target-dir target
}

check() {
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD-git
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ prepare() {

build() {
cd "tundra"
cargo build --release --locked --all-features
cargo build --release --locked --all-features --target-dir target
}

check() {
Expand Down

0 comments on commit f13b595

Please sign in to comment.