Merge pull request #304 from polvi/fix-gmerge2

usr(gmerge): use regular /etc/ instead of /usr/local
This commit is contained in:
polvi 2014-01-15 20:48:08 -08:00
commit 4e71b1d83f
3 changed files with 3 additions and 3 deletions

View File

@ -33,6 +33,6 @@ src_install() {
# 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 /usr/local/etc/make.profile/package.provided
insinto /etc/make.profile/package.provided
newins "${CHROMEOS_PROFILE}"/package.provided coreos
}

View File

@ -27,12 +27,12 @@ CHROMEOS_PROFILE="/usr/local/portage/coreos/profiles/coreos/targets/generic"
src_install() {
# Install tools from platform/dev into /usr/local/bin
into /usr/local
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 /usr/local/etc/make.profile/package.provided
insinto /etc/make.profile/package.provided
newins "${CHROMEOS_PROFILE}"/package.provided coreos
}