commit: 84765fb127ec929a95f34997684c515ae88ee925 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Sat Jun 18 08:30:58 2016 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Sat Jun 18 08:32:26 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=84765fb1
config/*auto: update sharedir. Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> config/amd64-auto.conf | 2 +- config/snapshot-auto.conf | 2 +- config/x86-auto.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf index 6120a6a..ffdfbfc 100644 --- a/config/amd64-auto.conf +++ b/config/amd64-auto.conf @@ -1,7 +1,7 @@ distdir="/release/tmp/distfiles/" portdir="/release/trees/portage-auto" options="autoresume bindist pkgcache preserve_libs seedcache snapcache" -sharedir="/usr/lib64/catalyst/" +sharedir="/usr/share/catalyst/" storedir="/release/buildroot/amd64-dev" snapshot_cache="/release/tmp/snapshots" envscript="/etc/catalyst/local/host.env" diff --git a/config/snapshot-auto.conf b/config/snapshot-auto.conf index 7b39cb8..7c84d1b 100644 --- a/config/snapshot-auto.conf +++ b/config/snapshot-auto.conf @@ -1,6 +1,6 @@ distdir="/usr/portage/distfiles" portdir="/release/trees/portage-auto" -sharedir="/usr/lib/catalyst" +sharedir="/usr/share/catalyst" storedir="/release" hash_function="crc32" digests="md5 sha1" diff --git a/config/x86-auto.conf b/config/x86-auto.conf index f4e934f..86362ae 100644 --- a/config/x86-auto.conf +++ b/config/x86-auto.conf @@ -1,7 +1,7 @@ distdir="/release/tmp/distfiles/" portdir="/release/trees/portage-auto" options="autoresume bindist pkgcache preserve_libs seedcache snapcache" -sharedir="/usr/lib64/catalyst/" +sharedir="/usr/share/catalyst/" storedir="/release/buildroot/x86-dev" snapshot_cache="/release/tmp/snapshots" envscript="/etc/catalyst/local/host.env"
