commit:     381936c7956de1bc5d6e83ba61102f7c0449cca7
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  6 22:42:27 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Dec  6 22:43:14 2017 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=381936c7

config/{amd64,x86}-auto.conf: Fix target repo name and path

I missed editing them correctly for the old location and directory name.

 config/amd64-auto.conf | 4 ++--
 config/x86-auto.conf   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf
index beb4fe67..c6cadcec 100644
--- a/config/amd64-auto.conf
+++ b/config/amd64-auto.conf
@@ -1,5 +1,5 @@
-repo_basedir="/usr/portage"
-repo_name="gentoo"
+repo_basedir="/usr"
+repo_name="portage"
 target_distdir="/usr/portage/distfiles"
 target_pkgdir="/usr/portage/packages"
 distdir="/release/tmp/distfiles"

diff --git a/config/x86-auto.conf b/config/x86-auto.conf
index 3d668531..c37f15ad 100644
--- a/config/x86-auto.conf
+++ b/config/x86-auto.conf
@@ -1,5 +1,5 @@
-repo_basedir="/usr/portage"
-repo_name="gentoo"
+repo_basedir="/usr"
+repo_name="portage"
 target_distdir="/usr/portage/distfiles"
 target_pkgdir="/usr/portage/packages"
 distdir="/release/tmp/distfiles"

Reply via email to