diff options
Diffstat (limited to 'package/ruby/Makefile')
-rw-r--r-- | package/ruby/Makefile | 3 |
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 |