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

(-)/usr/portage/dev-util/ccache/ccache-2.3.ebuild (-2 / +8 lines)
Lines 30-38 Link Here
30
	exeinto /usr/bin
30
	exeinto /usr/bin
31
	doexe ${FILESDIR}/ccache-config
31
	doexe ${FILESDIR}/ccache-config
32
32
33
	if use macos ; then
34
		ROOT_HOME=/var/root
35
	else
36
		ROOT_HOME=/root
37
	fi
38
33
	diropts -m0700
39
	diropts -m0700
34
	dodir /root/.ccache
40
	dodir ${ROOT_HOME}/.ccache
35
	keepdir /root/.ccache
41
	keepdir ${ROOT_HOME}/.ccache
36
}
42
}
37
43
38
pkg_preinst() {
44
pkg_preinst() {

Return to bug 64090