mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
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:
parent
1193f7d12e
commit
bf144a7eed
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user