fix(coreos-au-key): copy the public key explicitly

The public key wasn't getting put in the right spot. Copy it explicitly
to fix.
This commit is contained in:
Brandon Philips 2013-07-05 14:11:49 -07:00
parent 1193f7d12e
commit bf144a7eed
2 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ KEYWORDS="amd64 arm x86"
src_install() {
KEY_DIR=/usr/share/update_engine/
insinto "${KEY_DIR}"
doins "${FILESDIR}"/*.pub
doins "${FILESDIR}"/update-payload-key.pub.pem
}