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

(-)file_not_specified_in_diff (-2 / +9 lines)
Line  Link Here
0
-- eyeD3-0.6.17.ebuild
0
++ eyeD3-0.6.17.ebuild
Lines 30-35 Link Here
30
src_install() {
30
src_install() {
31
	dohtml *.html && rm -f *.html
31
	dohtml *.html && rm -f *.html
32
	distutils_src_install
32
	distutils_src_install
33
	dobin bin/eyeD3 || die "dobin failed"
33
34
	install_script() {
35
		mkdir -p "${T}/images/${PYTHON_ABI}${EPREFIX}/usr/bin"
36
		cp bin/eyeD3 "${T}/images/${PYTHON_ABI}${EPREFIX}/usr/bin"
37
	}
38
	python_execute_function -q install_script
39
	python_merge_intermediate_installation_images "${T}/images"
40
34
	doman doc/*.1
41
	doman doc/*.1
35
}
42
}

Return to bug 385863