From e673b3ff364d9918c6ac62cbb7936b9edbbea91e Mon Sep 17 00:00:00 2001 From: Kino Date: Wed, 15 Jan 2025 08:56:08 +0800 Subject: [PATCH] addpatch: ot-keys --- ot-keys/riscv64.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ot-keys/riscv64.patch diff --git a/ot-keys/riscv64.patch b/ot-keys/riscv64.patch new file mode 100644 index 000000000..b1539f75b --- /dev/null +++ b/ot-keys/riscv64.patch @@ -0,0 +1,13 @@ +diff --git PKGBUILD PKGBUILD +index 782f73f..8667881 100644 +--- PKGBUILD ++++ PKGBUILD +@@ -45,7 +45,7 @@ b2sums=('705b1da1c587118e11a4554f5abca7105210ad73656d27cc478fee2534830331a429bfd + + prepare() { + # download dependencies +- cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')" ++ cargo fetch --locked --target ${CARCH}gc-unknown-linux-gnu + } + + build() {