diff options
author | Marius Mauch <genone@gentoo.org> | 2004-03-13 13:35:58 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2004-03-13 13:35:58 +0000 |
commit | f3629e5dd4848de594ace00372f46772725850bb (patch) | |
tree | f20a7c28e2b29a171317d3c2316e1a240d6c307d /cnf | |
parent | new repoman check for readonly-assignments (diff) | |
download | portage-cvs-f3629e5dd4848de594ace00372f46772725850bb.tar.gz portage-cvs-f3629e5dd4848de594ace00372f46772725850bb.tar.bz2 portage-cvs-f3629e5dd4848de594ace00372f46772725850bb.zip |
bug #44540: s/PORT_TMPDIR/PORTAGE_TMPDIR/
Diffstat (limited to 'cnf')
-rw-r--r-- | cnf/make.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index a46c69d..882bd9d 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -1,6 +1,6 @@ # Copyright 2000-2003 Daniel Robbins, Gentoo Technologies, Inc. # Contains local system settings for Portage system -# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/cnf/make.conf,v 1.70 2004/01/12 07:34:38 carpaski Exp $ +# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/cnf/make.conf,v 1.71 2004/03/13 13:35:58 genone Exp $ # Please review 'man make.conf' for more information. @@ -283,7 +283,7 @@ CHOST="i686-pc-linux-gnu" #CCACHE_SIZE="2G" # # DISTCC_DIR sets the temporary space used by distcc. -#DISTCC_DIR="${PORT_TMPDIR}/.distcc" +#DISTCC_DIR="${PORTAGE_TMPDIR}/.distcc" # # RSYNC_EXCLUDEFROM is a file that portage will pass to rsync when it updates # the portage tree. Specific chucks of the tree may be excluded from |