Skip to content

Commit

Permalink
simplify cargo target
Browse files Browse the repository at this point in the history
Signed-off-by: Will Christensen <[email protected]>
  • Loading branch information
wirewc committed Jul 17, 2023
1 parent 716888c commit 7d7ca0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/deno/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ prepare() {
build() {
cd $pkgname
# For systems with less than 4.5 GB swap
CARGO_TARGET_DIR=tmp cargo install mdbook
CARGO_TARGET_DIR=tmp
cargo build --release
}

Expand Down

0 comments on commit 7d7ca0d

Please sign in to comment.