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

(-)a/lib/portage/package/ebuild/doebuild.py (-1 / +1 lines)
Lines 1607-1613 def _check_temp_dir(settings): Link Here
1607
    # as some people use a separate PORTAGE_TMPDIR mount
1607
    # as some people use a separate PORTAGE_TMPDIR mount
1608
    # we prefer that as the checks below would otherwise be pointless
1608
    # we prefer that as the checks below would otherwise be pointless
1609
    # for those people.
1609
    # for those people.
1610
    checkdir = first_existing(os.path.join(settings["PORTAGE_TMPDIR"], "portage"))
1610
    checkdir = first_existing(os.path.join(settings["PORTAGE_TMPDIR"], "portage/."))
1611
1611
1612
    if not os.access(checkdir, os.W_OK):
1612
    if not os.access(checkdir, os.W_OK):
1613
        writemsg(
1613
        writemsg(

Return to bug 890812