mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
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:
parent
215583ff4d
commit
0e41ffc336
@ -91,10 +91,10 @@ main-repo = portage-stable
|
|||||||
disabled = true
|
disabled = true
|
||||||
|
|
||||||
[coreos]
|
[coreos]
|
||||||
location = /usr/portage
|
location = /var/gentoo/repos/local
|
||||||
|
|
||||||
[portage-stable]
|
[portage-stable]
|
||||||
location = /usr/local/portage
|
location = /var/gentoo/repos/gentoo
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user