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:37:26 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-15 02:37:26 +0200
commit98ac7751d2a8a616cd2efe2265e90ce1bb1e1bf5 (patch)
tree6586760e9f609229f09427f5e9ff7990f838d6f6 /extra/qemu
parent1e55fff1b3eb5646454ca72544fd2873a16c3f13 (diff)
extra/qemu: Ignore failing manpage symlinks
Okay, surely it'll work this time
Diffstat (limited to 'extra/qemu')
-rw-r--r--extra/qemu/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD
index 43d4f7a0..febd71e4 100644
--- a/extra/qemu/PKGBUILD
+++ b/extra/qemu/PKGBUILD
@@ -27,5 +27,5 @@ eval "$(
# We'll live with invalid symlinks for now
eval "$(
declare -f package_qemu-common | \
- sed 's@usr/share/man/man.*@\0 || true@'
+ sed 's@usr/share/man/man.*;@\0 || true;@'
)"