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 20:23:02 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-14 20:23:02 +0200
commit01d2c7876bb1884443e167f9b20d919e6c180f33 (patch)
tree6934f5814c1e204866a0c694f7302532a4d768a5 /extra/qemu
parentb5d27d758ffadadb636479ebf8f7c1f20127902f (diff)
extra/qemu: Properly ignore failing manpage symlinks
Diffstat (limited to 'extra/qemu')
-rw-r--r--extra/qemu/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD
index a1787cff..c6f9240a 100644
--- a/extra/qemu/PKGBUILD
+++ b/extra/qemu/PKGBUILD
@@ -24,7 +24,8 @@ eval "$(
)"
# qemu: /startdir/PKGBUILD: line 436: cd: /build/qemu/pkg/qemu-common/usr/share/man/man1: No such file or directory
+# 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@'
)"