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

(-)orig/python-fchksum-1.7.1.ebuild (-1 / +1 lines)
Lines 23-27 Link Here
23
23
24
src_install() {
24
src_install() {
25
	[[ -z ${ED} ]] && local ED=${D}
25
	[[ -z ${ED} ]] && local ED=${D}
26
	python setup.py install --root="${ED}" || die
26
	python setup.py install --root="${D}" || die
27
}
27
}

Return to bug 289750