Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-01-07 12:11:24 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-01-07 12:11:24 +0100
commitd52299ccdd0b2a1a00522222f684fc56fe38d10b (patch)
tree8b23b23cebc25926ee99151b9d4b3ade9431f589 /community
parentcc3206065eca02012f6e6f33f793a94c167ee7e1 (diff)
community/coq: fixed package of non-existing docs
Diffstat (limited to 'community')
-rw-r--r--community/coq/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/coq/PKGBUILD b/community/coq/PKGBUILD
index 53cfde9b..533318f0 100644
--- a/community/coq/PKGBUILD
+++ b/community/coq/PKGBUILD
@@ -10,3 +10,9 @@ eval "$(
/MAKE_TARGETS/s/doc-stdlib//
'
)"
+eval "$(
+ declare -f package_coq-doc | \
+ sed '
+ /make/d
+ '
+)"