--- eclass/ruby-ng.eclass 2010/07/08 04:00:57 1.21 +++ eclass/ruby-ng.eclass 2010/07/14 13:11:51 1.22 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v 1.21 2010/07/08 04:00:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v 1.22 2010/07/14 13:11:51 flameeyes Exp $ # # @ECLASS: ruby-ng.eclass # @MAINTAINER: @@ -397,14 +397,14 @@ local sitelibdir=$(${RUBY} -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]') # Look for wrong files in sitedir - if [[ -d "${D}${sitedir}" ]]; then - local f=$(find "${D}${sitedir}" -mindepth 1 -maxdepth 1 -not -wholename "${D}${sitelibdir}") - if [[ -n ${f} ]]; then - eerror "Found files in sitedir, outsite sitelibdir:" - eerror "${f}" - die "Misplaced files in sitedir" - fi - fi + # if [[ -d "${D}${sitedir}" ]]; then + # local f=$(find "${D}${sitedir}" -mindepth 1 -maxdepth 1 -not -wholename "${D}${sitelibdir}") + # if [[ -n ${f} ]]; then + # eerror "Found files in sitedir, outsite sitelibdir:" + # eerror "${f}" + # die "Misplaced files in sitedir" + # fi + # fi # The current implementation lacks libruby (i.e.: jruby) [[ -z ${libruby_soname} ]] && return 0