summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-05-12 19:15:39 +0000
committerZac Medico <zmedico@gentoo.org>2007-05-12 19:15:39 +0000
commit44be2d7975202cf72499ce0db22a955c3e4d6b35 (patch)
treef2392f70e7f286a68716e19aad1c5bfa8229ac17 /cnf
parent39bb31b53d1d32c78596a080046d2694f998fd37 (diff)
downloadportage-44be2d7975202cf72499ce0db22a955c3e4d6b35.tar.gz
portage-44be2d7975202cf72499ce0db22a955c3e4d6b35.tar.bz2
portage-44be2d7975202cf72499ce0db22a955c3e4d6b35.zip
s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are automatically relative to ${PORTDIR} when the value of ${PORTDIR} has changed to something other than /usr/portage. Thanks to kerframil for reporting.
svn path=/main/trunk/; revision=6523
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 9b08bc517..bb5b4e0c4 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -85,12 +85,12 @@
# it. The entire repository of tarballs for Gentoo is 9G. This is
# considerably more than any user will ever download. 2-3G is
# a large DISTDIR.
-#DISTDIR=${PORTDIR}/distfiles
+#DISTDIR=/usr/portage/distfiles
#
# PKGDIR is the location of binary packages that you can have created
# with '--buildpkg' or '-b' while emerging a package. This can get
# up to several hundred megs, or even a few gigs.
-#PKGDIR=${PORTDIR}/packages
+#PKGDIR=/usr/portage/packages
#
# PORT_LOGDIR is the location where portage will store all the logs it
# creates from each individual merge. They are stored as NNNN-$PF.log