# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.54 2006/07/07 14:09:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.55 2006/12/04 22:05:53 flameeyes Exp $
#
# Author: Mamoru KOMACHI <usata@gentoo.org>
#
ruby_emake "$@" || die
}
+doruby() {
+ INSDESTTREE="$(${RUBY} -r rbconfig -e 'print Config::CONFIG["sitedir"]')" \
+ INSOPTIONS="-m 0644" \
+ doins "$@" || die "failed to install $@"
+}
+
ruby_einstall() {
local siteruby