Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 516476 | Differences between
and this patch

Collapse All | Expand All

(-)python-2.7.6-r1.ebuild (+3 lines)
Lines 426-431 Link Here
426
		# on upgrade (site-packages), however since we h4x0rzed python to
426
		# on upgrade (site-packages), however since we h4x0rzed python to
427
		# actually look into the UNIX-style dir, we just switch them around.
427
		# actually look into the UNIX-style dir, we just switch them around.
428
		mkdir -p "${ED}"/usr/$(get_libdir)
428
		mkdir -p "${ED}"/usr/$(get_libdir)
429
		mv "${ED}"/usr/lib/python${SLOT}/* \
430
			"${D}${fwdir}"/Versions/${SLOT}/lib/python${SLOT}/
431
		rmdir "${ED}"/usr/lib/python${SLOT}
429
		mv "${D}${fwdir}"/Versions/${SLOT}/lib/python${SLOT} \
432
		mv "${D}${fwdir}"/Versions/${SLOT}/lib/python${SLOT} \
430
			"${ED}"/usr/lib/ || die "can't move python${SLOT}"
433
			"${ED}"/usr/lib/ || die "can't move python${SLOT}"
431
		pushd "${D}${fwdir}"/Versions/${SLOT}/lib > /dev/null
434
		pushd "${D}${fwdir}"/Versions/${SLOT}/lib > /dev/null

Return to bug 516476