summaryrefslogtreecommitdiff
path: root/package/ruby
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-05 19:58:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-05 19:58:50 +0200
commite874f84fdb6eb83d905a72b35d87398374594b97 (patch)
tree38ecc86989a194756836fa411c4bfb7c4b68913f /package/ruby
parent68e89ea1a3ec3690ddefbd97c45174f799847a16 (diff)
more regressions found at runtime on alic1c
Diffstat (limited to 'package/ruby')
-rw-r--r--package/ruby/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile
index 10ac8285b..414c13538 100644
--- a/package/ruby/Makefile
+++ b/package/ruby/Makefile
@@ -31,8 +31,9 @@ post-configure:
echo "socket" >> ${WRKBUILD}/ext/Setup
post-install:
+ rm ${WRKINST}/usr/lib/*.a
rm -rf ${WRKINST}/usr/lib/site_ruby
- find ${WRKINST}/usr -name "*.h" -delete
+ rm -rf ${WRKINST}/usr/include
${CP} ${WRKINST}/usr ${IDIR_RUBY}/
include ${TOPDIR}/mk/pkg-bottom.mk