-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ef0237
commit 0fa3852
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git PKGBUILD PKGBUILD | ||
index b9756b0..87eb6b9 100644 | ||
--- PKGBUILD | ||
+++ PKGBUILD | ||
@@ -20,7 +20,7 @@ sha256sums=('741256f4f45c8979c9279fa5064a539bc31d6c65b7fb41823d5fa9bac4821c01') | ||
|
||
prepare() { | ||
cd "$_archive" | ||
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu" | ||
+ cargo fetch --locked | ||
} | ||
|
||
build() { |