Skip to content

Commit

Permalink
lang/ruby30: Simplify CAPIDOCS handling
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Oct 9, 2022
1 parent bdbe2a2 commit 93e3548
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6,228 deletions.
4 changes: 4 additions & 0 deletions lang/ruby30/Makefile
Expand Up @@ -174,6 +174,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
Expand Down

0 comments on commit 93e3548

Please sign in to comment.