lang/ruby31: Simplify CAPIDOCS handling

This commit is contained in:
Po-Chuan Hsieh 2022-10-09 23:33:34 +08:00
parent 93e3548c57
commit 6021649ff0
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 4 additions and 2325 deletions

View File

@ -179,6 +179,10 @@ post-install:
. endfor
.endif
post-install-CAPIDOCS-on:
${RM} ${STAGEDIR}${PREFIX}/share/doc/ruby${RUBY_SUFFIX}/capi/.timestamp
cd ${STAGEDIR}${PREFIX} && ${FIND} share/doc/ruby${RUBY_SUFFIX}/capi/ -type f >> ${TMPPLIST}
post-install-DEBUG-off:
#
# XXX: hack to strip ruby binary. Ruby uses its own install script that seems

File diff suppressed because it is too large Load Diff