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-15 02:16:04 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-15 02:16:04 +0200
commit1e55fff1b3eb5646454ca72544fd2873a16c3f13 (patch)
tree459691f8d0c15e324303dfe8d5616f7ca6c421c7 /extra/qemu
parent7881fb3ba6f36533ee1ab4da4fe8b18206889ecf (diff)
extra/qemu: Ignore failing manpage symlinks
It'll work this time, I promise.
Diffstat (limited to 'extra/qemu')
-rw-r--r--extra/qemu/PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD
index 6245ad4d..43d4f7a0 100644
--- a/extra/qemu/PKGBUILD
+++ b/extra/qemu/PKGBUILD
@@ -27,6 +27,5 @@ eval "$(
# We'll live with invalid symlinks for now
eval "$(
declare -f package_qemu-common | \
- sed 's@"$pkgdir/usr/share/man/man1/$_name.1.gz"@\0 || true@' | \
- sed 's@cd "$pkgdir/usr/share/man/man1"@\0 || true@'
+ sed 's@usr/share/man/man.*@\0 || true@'
)"