lang/ruby31: Simplify CAPIDOCS handling
This commit is contained in:
parent
93e3548c57
commit
6021649ff0
2 changed files with 4 additions and 2325 deletions
|
@ -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
Loading…
Reference in a new issue