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

Collapse All | Expand All

(-)eselect-xvmc-0.3.eselect.orig (-1 / +1 lines)
Lines 35-41 Link Here
35
get_implementation_indices() {
35
get_implementation_indices() {
36
	local ret n
36
	local ret n
37
	for (( n = 0; n < ${#XVMCLIBS[@]}; ++n )); do
37
	for (( n = 0; n < ${#XVMCLIBS[@]}; ++n )); do
38
		[[ -e "${ROOT}/usr/lib/${XVMCLIBS[n]}" ]] && ret+=($n)
38
		[[ -e "${ROOT}/usr/lib/${XVMCLIBS[n]##*/}" ]] && ret+=($n)
39
	done
39
	done
40
40
41
	echo ${ret[@]}
41
	echo ${ret[@]}

Return to bug 393027