fix(coreos-base/update_engine): fixes postinst script

This commit is contained in:
Michael Marineau 2014-03-25 14:03:55 -07:00
parent f96ea36dea
commit 7abe6c3f22
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="dda8b9cf029c02f1b53548f7c25b0d6e337e92d6"
CROS_WORKON_COMMIT="dba8a748e1da4d0bb85d2a0232b101906da80ae5"
KEYWORDS="amd64 arm x86"
fi