diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-05-01 19:50:37 -0700 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-05-24 09:39:51 -0500 |
commit | 91eb3317ee581f7d1eeacc68ebe88de5a1cdfd1a (patch) | |
tree | 0fe39a6f5871482a3459631a0ad69e099bfceae8 /README | |
parent | Add builder for riscv64-unknown-linux-gnu (diff) | |
download | catalyst-91eb3317ee581f7d1eeacc68ebe88de5a1cdfd1a.tar.gz catalyst-91eb3317ee581f7d1eeacc68ebe88de5a1cdfd1a.tar.bz2 catalyst-91eb3317ee581f7d1eeacc68ebe88de5a1cdfd1a.zip |
New default PORTDIR, PKGDIR, and DISTDIR settings approved by council
The locations approved by the council:
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"
PORTDIR="/var/db/repos/gentoo"
Bug: https://bugs.gentoo.org/684908
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ distribution tarball's files directory. Example catalyst.conf: -distdir="/usr/portage/distfiles" +distdir="/var/cache/distfiles" options="pkgcache kerncache" sharedir="/usr/share/catalyst" |