mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 06:56:58 +02:00
sys-apps/ignition: symlink ignition-rmcfg
With the recent Ignition upgrade, Ignition took 15MB and two times as we ship ignition-rmcfg as a copy of ignition. Let's symlink ignition-rmcfg to save some space to migitate a bit the size increase. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
17ecbee763
commit
2c60a083e6
@ -71,6 +71,5 @@ src_compile() {
|
|||||||
src_install() {
|
src_install() {
|
||||||
newbin ${GOBIN}/internal ${PN}
|
newbin ${GOBIN}/internal ${PN}
|
||||||
|
|
||||||
exeinto "/usr/libexec"
|
dosym "/usr/bin/${PN}" "/usr/libexec/${PN}-rmcfg"
|
||||||
newexe ${GOBIN}/internal "${PN}-rmcfg"
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user