fix(coreos-base/update_engine): make sure we get usr/share/coreos

This commit is contained in:
Brandon Philips 2014-03-13 23:31:44 -07:00
parent ed93c44081
commit 629d458ffe
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86"
else
CROS_WORKON_COMMIT="751a28659ea1f4fcbcdc3da5b17d6fa805c1eec6"
CROS_WORKON_COMMIT="7d3f70c0a752c334581c596bc63dc8120e14d6dd"
KEYWORDS="amd64 arm x86"
fi