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

(-)portage-2.0.49-r18.ebuild (-1 / +1 lines)
Lines 88-94 Link Here
88
	doins etc-update.conf dispatch-conf.conf
88
	doins etc-update.conf dispatch-conf.conf
89
89
90
	#python modules
90
	#python modules
91
	if [ -x "$(which python2.2)" ]; then
91
	if [ -x "$(type -p python2.2)" ]; then
92
		cd ${S}/src/python-missingos
92
		cd ${S}/src/python-missingos
93
		chmod +x setup.py
93
		chmod +x setup.py
94
		./setup.py install --root ${D} || die "Failed to install missingos module"
94
		./setup.py install --root ${D} || die "Failed to install missingos module"

Return to bug 34820