Merge pull request #318 from marineam/gmerge

fix(coreos-base/gmerge): Don't create /etc/make.profile
This commit is contained in:
Michael Marineau 2014-01-23 14:45:31 -08:00
commit f3faf640f0
3 changed files with 0 additions and 16 deletions

View File

@ -24,15 +24,7 @@ RDEPEND="app-shells/bash
sys-apps/portage"
DEPEND="${RDEPEND}"
CHROMEOS_PROFILE="/usr/local/portage/coreos/profiles/coreos/targets/generic"
src_install() {
into /usr
dobin gmerge stateful_update crdev
# Setup package.provided so that gmerge will know what packages to ignore.
# - $CHROMEOS_PROFILE/package.provided contains packages that we don't
# want to install to the device.
insinto /etc/make.profile/package.provided
newins "${CHROMEOS_PROFILE}"/package.provided coreos
}

View File

@ -23,16 +23,8 @@ RDEPEND="app-shells/bash
sys-apps/portage"
DEPEND="${RDEPEND}"
CHROMEOS_PROFILE="/usr/local/portage/coreos/profiles/coreos/targets/generic"
src_install() {
# Install tools from platform/dev into /usr/local/bin
into /usr
dobin gmerge stateful_update crdev
# Setup package.provided so that gmerge will know what packages to ignore.
# - $CHROMEOS_PROFILE/package.provided contains packages that we don't
# want to install to the device.
insinto /etc/make.profile/package.provided
newins "${CHROMEOS_PROFILE}"/package.provided coreos
}