Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/coq/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/coq/PKGBUILD')
-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
+ '
+)"