diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-04 19:49:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-04 19:49:34 +0200 |
commit | 8a2754e0fbdea7497281327f2896be2a1253a107 (patch) | |
tree | bc7c400745fde54e6fb7a010fcb026258564d3bc /package/ruby/Makefile | |
parent | 9bd4456c5a83c3474fdf9fe5cf14004a0874e2c8 (diff) | |
parent | 2d3aaf1664850031f5497e121dc82ab65f63641a (diff) |
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/ruby/Makefile')
-rw-r--r-- | package/ruby/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile index 76d35b1ee..10ac8285b 100644 --- a/package/ruby/Makefile +++ b/package/ruby/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. @@ -33,9 +31,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 |