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

Collapse All | Expand All

(-)/usr/portage/eclass/mercurial.eclass (-1 / +1 lines)
Lines 34-40 Link Here
34
		ebegin "create ${EHG_STORE_DIR}"
34
		ebegin "create ${EHG_STORE_DIR}"
35
		addwrite / &&
35
		addwrite / &&
36
			mkdir -p "${EHG_STORE_DIR}" &&
36
			mkdir -p "${EHG_STORE_DIR}" &&
37
			chmod -f o+rw "${EHG_STORE_DIR}" &&
37
			chmod -f g+rw "${EHG_STORE_DIR}" &&
38
			export SANDBOX_WRITE="${SANDBOX_WRITE%:/}"
38
			export SANDBOX_WRITE="${SANDBOX_WRITE%:/}"
39
		eend $? || die
39
		eend $? || die
40
	fi
40
	fi

Return to bug 151063