mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
sys-apps/ignition: fix dobin to reflect the layout
The Ignition source was moved under /src so the name needs to be explicit.
This commit is contained in:
parent
527af84319
commit
4f00bca819
@ -24,7 +24,7 @@ src_compile() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newbin ${GOBIN}/src ignition
|
||||
newbin ${GOBIN}/src ${PN}
|
||||
|
||||
systemd_dounit "${FILESDIR}"/coreos-metadata.target
|
||||
systemd_dounit "${FILESDIR}"/ignition.service
|
||||
|
Loading…
x
Reference in New Issue
Block a user