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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- eclass/games.eclass
0
++ eclass/games.eclass
Lines 153-159 Link Here
153
}
153
}
154
154
155
games_src_configure() {
155
games_src_configure() {
156
	[[ -x ./configure ]] && egamesconf
156
	[[ -x "${ECONF_SOURCE:-.}"/configure ]] && egamesconf
157
}
157
}
158
158
159
games_src_compile() {
159
games_src_compile() {

Return to bug 494210