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

(-)/usr/portage/media-tv/xbmc/xbmc-9999.ebuild (-1 / +2 lines)
Lines 112-118 Link Here
112
src_prepare() {
112
src_prepare() {
113
	# some dirs ship generated autotools, some dont
113
	# some dirs ship generated autotools, some dont
114
	local d
114
	local d
115
	for d in . lib/{libdvd/lib*/,cpluff,libapetag,libid3tag/libid3tag} xbmc/screensavers/rsxs-* ; do
115
	for d in . lib/{libdvd/lib*/,cpluff,libapetag,libid3tag/libid3tag} \
116
	xbmc/screensavers/rsxs-* xbmc/visualizations/Goom/goom2k4-0 ; do
116
		[[ -e ${d}/configure ]] && continue
117
		[[ -e ${d}/configure ]] && continue
117
		pushd ${d} >/dev/null
118
		pushd ${d} >/dev/null
118
		einfo "Generating autotools in ${d}"
119
		einfo "Generating autotools in ${d}"

Return to bug 386471