mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
fix(coreos-base/gmerge): Update target profile directory.
This really shouldn't be in this ebuild but fixing it is a task for another day...
This commit is contained in:
parent
d0d007e20c
commit
37704e94b9
@ -24,7 +24,7 @@ RDEPEND="app-shells/bash
|
||||
sys-apps/portage"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
CHROMEOS_PROFILE="/usr/local/portage/coreos/profiles/targets/coreos"
|
||||
CHROMEOS_PROFILE="/usr/local/portage/coreos/profiles/coreos/targets/generic"
|
||||
|
||||
src_install() {
|
||||
# Install tools from platform/dev into /usr/local/bin
|
||||
|
@ -23,7 +23,7 @@ RDEPEND="app-shells/bash
|
||||
sys-apps/portage"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
CHROMEOS_PROFILE="/usr/local/portage/coreos/profiles/targets/coreos"
|
||||
CHROMEOS_PROFILE="/usr/local/portage/coreos/profiles/coreos/targets/generic"
|
||||
|
||||
src_install() {
|
||||
# Install tools from platform/dev into /usr/local/bin
|
||||
|
Loading…
Reference in New Issue
Block a user