Skip to content

Commit

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

0 comments on commit b49bdb1

Please sign in to comment.