Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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@'
)"