summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/ccache/ccache-2.4.ebuild')
-rw-r--r--dev-util/ccache/ccache-2.4.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/ccache/ccache-2.4.ebuild b/dev-util/ccache/ccache-2.4.ebuild
index 1acfebd204e8..e4147b3ecf3a 100644
--- a/dev-util/ccache/ccache-2.4.ebuild
+++ b/dev-util/ccache/ccache-2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4.ebuild,v 1.1 2005/03/09 09:54:51 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4.ebuild,v 1.2 2005/08/06 21:07:53 gongloo Exp $
DESCRIPTION="fast compiler cache"
HOMEPAGE="http://ccache.samba.org/"
@@ -30,8 +30,13 @@ src_install() {
doexe ${FILESDIR}/ccache-config
diropts -m0700
- dodir /root/.ccache
- keepdir /root/.ccache
+ if use ppc-macos; then
+ dodir /var/root/.ccache
+ keepdir /var/root/.ccache
+ else
+ dodir /root/.ccache
+ keepdir /root/.ccache
+ fi
}
pkg_preinst() {