mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Clean up build scripts
This commit is contained in:
parent
f6f912bd5e
commit
9a75f722e8
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -20,7 +20,7 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname"
|
||||
cargo build --frozen --release --target "$CARCH-unknown-linux-gnu"
|
||||
cargo build --release --target "$CARCH-unknown-linux-gnu"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue