Skip to content

Commit

Permalink
addpatch: virt-what 1.25-2
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 committed Sep 19, 2024
1 parent a9a0ff0 commit 211aefa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions virt-what/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -15,6 +15,11 @@ source=("https://people.redhat.com/~rjones/virt-what/files/${pkgname}-${pkgver}.
sha512sums=('0147b4b44ae0ee685977aa34dfa9bf30ae8e0eb31b7a6d5c0097d16f830fa6fb6afd7156964fc79f3fd5e82b2f68d921fd5306245cc63a2140f6dddc7fdd0e98'
'SKIP')

+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ autoreconf -fi
+}
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"

0 comments on commit 211aefa

Please sign in to comment.