Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addpkg: virt-what #2756

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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