usr(gmerge): use regular /etc/ instead of /usr/local

This commit is contained in:
Alex Polvi 2014-01-15 20:37:42 -08:00
parent bdbc05517a
commit 5ca6c35dcd
2 changed files with 1 additions and 1 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
}