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 00:30:36 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-15 00:30:36 +0200
commit7881fb3ba6f36533ee1ab4da4fe8b18206889ecf (patch)
tree3253deb973427e7928352f78d1333e8dd85bd5f3 /extra/qemu
parent01d2c7876bb1884443e167f9b20d919e6c180f33 (diff)
extra/qemu: Properly ignore failing manpage symlinks again
Diffstat (limited to 'extra/qemu')
-rw-r--r--extra/qemu/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD
index c6f9240a..6245ad4d 100644
--- a/extra/qemu/PKGBUILD
+++ b/extra/qemu/PKGBUILD
@@ -27,5 +27,6 @@ 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@'
)"