summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/ccache/ccache-2.3.ebuild')
-rw-r--r--dev-util/ccache/ccache-2.3.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/ccache/ccache-2.3.ebuild b/dev-util/ccache/ccache-2.3.ebuild
index 3e87d8d3f5b4..30353d49246b 100644
--- a/dev-util/ccache/ccache-2.3.ebuild
+++ b/dev-util/ccache/ccache-2.3.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.3.ebuild,v 1.21 2005/07/17 15:22:03 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.3.ebuild,v 1.22 2005/08/06 21:07:53 gongloo Exp $
DESCRIPTION="fast compiler cache"
HOMEPAGE="http://ccache.samba.org/"
@@ -31,8 +31,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() {