Skip to content

Commit

Permalink
addpkg: virt-what
Browse files Browse the repository at this point in the history
  • Loading branch information
A1ca7raz committed Jun 24, 2023
1 parent d3b8d6d commit c9006c7
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 @@
diff --git a/PKGBUILD b/PKGBUILD
index c31f75d..1b3a780 100644
--- PKGBUILD
+++ PKGBUILD
@@ -17,7 +17,8 @@ sha512sums=('0147b4b44ae0ee685977aa34dfa9bf30ae8e0eb31b7a6d5c0097d16f830fa6fb6af

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
+ cp /usr/share/autoconf/build-aux/config.guess .
+ cp /usr/share/autoconf/build-aux/config.sub .
./configure
sed -i '/^sbindir/c sbindir = /usr/bin' Makefile
make

0 comments on commit c9006c7

Please sign in to comment.