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

(-)python-docs-2.5.1.ebuild.orig (-1 / +1 lines)
Lines 28-32 Link Here
28
28
29
pkg_preinst() {
29
pkg_preinst() {
30
	dodir /etc/env.d
30
	dodir /etc/env.d
31
	echo "PYTHONDOCS=/usr/share/doc/${PF}/html/lib" > ${D}/etc/env.d/50python-docs
31
	echo "PYTHONDOCS=/usr/share/doc/${PF}/html" > ${D}/etc/env.d/50python-docs
32
}
32
}

Return to bug 183470