Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/qemu
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-03-14 13:24:39 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-14 13:24:49 +0200
commitb5d27d758ffadadb636479ebf8f7c1f20127902f (patch)
treee892125be824b0048ec90200463f815f44755a9f /extra/qemu
parent6a34ce22b2bf32b282360a279a30088a70b0f77e (diff)
extra/qemu: Ignore failing manpage symlinks
Diffstat (limited to 'extra/qemu')
-rw-r--r--extra/qemu/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD
index cedabcb1..a1787cff 100644
--- a/extra/qemu/PKGBUILD
+++ b/extra/qemu/PKGBUILD
@@ -22,3 +22,9 @@ eval "$(
depends=(${depends[@]//edk2-armvirt/})
'
)"
+
+# qemu: /startdir/PKGBUILD: line 436: cd: /build/qemu/pkg/qemu-common/usr/share/man/man1: No such file or directory
+eval "$(
+ declare -f package_qemu-common | \
+ sed 's@"$pkgdir/usr/share/man/man1/$_name.1.gz"@\0 || true@'
+)"