summaryrefslogtreecommitdiff
path: root/package/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'package/ruby')
-rw-r--r--package/ruby/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile
index 76d35b1ee..871d23a31 100644
--- a/package/ruby/Makefile
+++ b/package/ruby/Makefile
@@ -33,9 +33,8 @@ post-configure:
echo "socket" >> ${WRKBUILD}/ext/Setup
post-install:
- ${INSTALL_DIR} ${IDIR_RUBY}/usr
rm -rf ${WRKINST}/usr/lib/site_ruby
find ${WRKINST}/usr -name "*.h" -delete
- ${CP} ${WRKINST}/usr ${IDIR_RUBY}/usr
+ ${CP} ${WRKINST}/usr ${IDIR_RUBY}/
include ${TOPDIR}/mk/pkg-bottom.mk