Skip to content

Commit

Permalink
updpatch: fwupd-efi 1.7-1
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 committed Oct 10, 2024
1 parent c574087 commit b96d242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 deletions.
30 changes: 0 additions & 30 deletions fwupd-efi/add-support-for-riscv64.patch

This file was deleted.

8 changes: 4 additions & 4 deletions fwupd-efi/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -20,7 +20,7 @@ build() {
@@ -25,7 +25,7 @@ build() {
-D efi_sbat_distro_summary='Arch Linux' \
-D efi_sbat_distro_pkgname=${pkgname} \
-D efi_sbat_distro_version=${pkgver} \
- -D efi_sbat_distro_url="https://archlinux.org/packages/community/x86_64/${pkgname}/"
+ -D efi_sbat_distro_url="https://archlinux.org/packages/community/$CARCH/${pkgname}/"
- -D efi_sbat_distro_url="https://archlinux.org/packages/community/x86_64/${pkgname}/" \
+ -D efi_sbat_distro_url="https://archlinux.org/packages/community/$CARCH/${pkgname}/" \
-D genpeimg=disabled
ninja -C build
}

0 comments on commit b96d242

Please sign in to comment.