build_library/catalyst.sh: Fix paths to ebuild repos

I have no idea how this thing worked before - the repos never were in
/usr/portage nor in /usr/local/portage… But the newer version of
portage seems to be pretty picky about the validity of repos location,
so fix them.
This commit is contained in:
Krzesimir Nowak 2021-01-20 23:05:01 +01:00
parent 215583ff4d
commit 0e41ffc336

View File

@ -91,10 +91,10 @@ main-repo = portage-stable
disabled = true
[coreos]
location = /usr/portage
location = /var/gentoo/repos/local
[portage-stable]
location = /usr/local/portage
location = /var/gentoo/repos/gentoo
EOF
}