Skip to content

Commit

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

Please sign in to comment.