Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 267483 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- alexandria-0.6.7.ebuild.orig
0
++ alexandria-0.6.7-r99.ebuild
Lines 40-47 Link Here
40
}
40
}
41
41
42
each_ruby_install() {
42
each_ruby_install() {
43
	export DESTDIR="${D}" PREFIX=/usr
43
	export DESTDIR="${D}" PREFIX=/usr RUBYLIBDIR="$(ruby_rbconfig_value 'sitelibdir')"
44
	rake install_package_staging || die
44
	${RUBY} -S rake install_package_staging || die
45
}
45
}
46
46
47
all_ruby_install() {
47
all_ruby_install() {

Return to bug 267483