summaryrefslogtreecommitdiff
path: root/package/ruby/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-01 10:53:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-01 10:53:34 +0200
commit938b9116f72d2952afbbc0c138463a37644d0574 (patch)
tree7a7dc537de219255c094a8caa3f58c834d7e0bdb /package/ruby/Makefile
parentaeb84dbae5ebe6b03df58f83f13f3cade7cee7c6 (diff)
enable X11 XVideo Extensions
- add a new libXv package - optimize xorg-server configuration - remove some obeolete ipkg files - enable X11 for mplayer - fix ruby package
Diffstat (limited to 'package/ruby/Makefile')
-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