mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
feat(coreos-base/gmerge): add gmerge ebuild
This commit is contained in:
parent
7ccb7368e7
commit
d9972cd9a7
@ -23,7 +23,7 @@ RDEPEND="app-shells/bash
|
|||||||
sys-apps/portage"
|
sys-apps/portage"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
CHROMEOS_PROFILE="/usr/local/portage/chromiumos/profiles/targets/chromeos"
|
CHROMEOS_PROFILE="/usr/local/portage/coreos/profiles/targets/coreos"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
# Install tools from platform/dev into /usr/local/bin
|
# Install tools from platform/dev into /usr/local/bin
|
||||||
@ -39,5 +39,5 @@ src_install() {
|
|||||||
# want to install to the device.
|
# want to install to the device.
|
||||||
insinto /usr/local/etc/make.profile/package.provided
|
insinto /usr/local/etc/make.profile/package.provided
|
||||||
newins "${SYSROOT}"/etc/portage/profile/package.provided compiler
|
newins "${SYSROOT}"/etc/portage/profile/package.provided compiler
|
||||||
newins "${CHROMEOS_PROFILE}"/package.provided chromeos
|
newins "${CHROMEOS_PROFILE}"/package.provided coreos
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@ RDEPEND="app-shells/bash
|
|||||||
sys-apps/portage"
|
sys-apps/portage"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
CHROMEOS_PROFILE="/usr/local/portage/chromiumos/profiles/targets/chromeos"
|
CHROMEOS_PROFILE="/usr/local/portage/coreos/profiles/targets/coreos"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
# Install tools from platform/dev into /usr/local/bin
|
# Install tools from platform/dev into /usr/local/bin
|
||||||
@ -37,5 +37,5 @@ src_install() {
|
|||||||
# want to install to the device.
|
# want to install to the device.
|
||||||
insinto /usr/local/etc/make.profile/package.provided
|
insinto /usr/local/etc/make.profile/package.provided
|
||||||
newins "${SYSROOT}"/etc/portage/profile/package.provided compiler
|
newins "${SYSROOT}"/etc/portage/profile/package.provided compiler
|
||||||
newins "${CHROMEOS_PROFILE}"/package.provided chromeos
|
newins "${CHROMEOS_PROFILE}"/package.provided coreos
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user