Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88550
Collapse All | Expand All

(-)ruby-1.8.2-r1.ebuild.orig (-2 / +2 lines)
Lines 84-91 Link Here
84
}
84
}
85
85
86
src_install() {
86
src_install() {
87
	LD_LIBRARY_PATH=${D}/usr/lib
87
	LD_LIBRARY_PATH=${D}/usr/$(get_libdir)
88
	RUBYLIB="${S}:${D}/usr/lib/ruby/${SLOT}"
88
	RUBYLIB="${S}:${D}/usr/$(get_libdir)/ruby/${SLOT}"
89
	for d in $(find ${S}/ext -type d) ; do
89
	for d in $(find ${S}/ext -type d) ; do
90
		RUBYLIB="${RUBYLIB}:$d"
90
		RUBYLIB="${RUBYLIB}:$d"
91
	done
91
	done

Return to bug 88550