Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-03-07 17:55:53 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-07 17:55:53 +0200
commit9df5488721154377ba948073a74501b1d6463311 (patch)
treeacbfe278935cacf24d7642117254fc096edb4bc4 /extra
parent397a76a3fedf6dcf2e22ab8dade0799a22c0d0cc (diff)
extra/python-build: Fix doc patching
Diffstat (limited to 'extra')
-rw-r--r--extra/python-build/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/python-build/PKGBUILD b/extra/python-build/PKGBUILD
index 8bc03356..1ebceb08 100644
--- a/extra/python-build/PKGBUILD
+++ b/extra/python-build/PKGBUILD
@@ -14,6 +14,6 @@ eval "$(
'
declare -f package | \
sed '
- /docs\/build\/html/d
+ \@/doc/@d
'
)"