Merge pull request #1056 from marineam/mantle

mantle: update package path for plume command
This commit is contained in:
Michael Marineau 2015-01-22 15:12:22 -08:00
commit eaf2d12d26
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ COREOS_GO_PACKAGE="github.com/coreos/mantle"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64" KEYWORDS="~amd64"
else else
CROS_WORKON_COMMIT="14c53ce56771da9bc9a3f80a2f05a2aa65780e60" CROS_WORKON_COMMIT="a1a810b88e4fca2c320a31a740796eaffecab57f"
KEYWORDS="amd64" KEYWORDS="amd64"
fi fi
@ -21,5 +21,5 @@ LICENSE="Apache-2"
SLOT="0" SLOT="0"
src_compile() { src_compile() {
go_build "${COREOS_GO_PACKAGE}"/plume go_build "${COREOS_GO_PACKAGE}"/cmd/plume
} }