Skip to content

Commit

Permalink
upgpatch: helix
Browse files Browse the repository at this point in the history
  • Loading branch information
light4 authored and felixonmars committed Jan 15, 2023
1 parent ec452b4 commit 99a62ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helix/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--- PKGBUILD
+++ PKGBUILD
@@ -20,7 +20,7 @@ options=('!lto')
prepare() {
@@ -22,7 +22,7 @@ prepare() {
cd "$pkgname-$pkgver"
sed -i "s|hx|helix|g" contrib/completion/hx.*
sed -i 's|hx|helix|g' contrib/Helix.desktop
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ cargo fetch --locked
}
Expand Down

0 comments on commit 99a62ac

Please sign in to comment.