summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-07-14 13:11:51 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-07-14 13:11:51 +0000
commit426084107b169ce28a2fdf6e1d8a41bdcbd298f9 (patch)
tree3f2db6d879a6b23cd6a82e11389edd79f2b58943 /eclass
parentstable x86, bug 321493 (diff)
downloadgentoo-2-426084107b169ce28a2fdf6e1d8a41bdcbd298f9.tar.gz
gentoo-2-426084107b169ce28a2fdf6e1d8a41bdcbd298f9.tar.bz2
gentoo-2-426084107b169ce28a2fdf6e1d8a41bdcbd298f9.zip
Disable sitedir-not-sitelibdir test.
This needs to be turned off for the 1.9.2 series that merges back ruby19 into ruby.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ruby-ng.eclass18
1 files changed, 9 insertions, 9 deletions
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index 7fd34b855b69..0e8873618d39 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -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 @@ _each_ruby_check_install() {
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