Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-03-05 15:28:34 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-05 15:28:34 +0100
commitf80f993c3b00600bfb4c73c4f3f07e1fab9f539d (patch)
tree1399914a326addd2e6da99819d3c755e17f5b4d6
parent5d2e33dd09c891bc9cc82cec798cd56659f63acd (diff)
extra/wireplumber: fixed removing of docs _pick
-rw-r--r--extra/wireplumber/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/wireplumber/PKGBUILD b/extra/wireplumber/PKGBUILD
index b853df0c..2a6458db 100644
--- a/extra/wireplumber/PKGBUILD
+++ b/extra/wireplumber/PKGBUILD
@@ -11,7 +11,7 @@ eval "$(
'
declare -f package_wireplumber | \
sed '
- /_pick.*docs.*/d
+ s|_pick docs "$pkgdir"/usr/share/doc||
'
declare -f package_wireplumber-docs | \
sed '