mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-21 12:21:16 +02:00
We explicitly install gawk but our profile explicitly forces the gawk useflag for app-alternatives/awk. Some packages, like zfs, depend on app-alternatives/awk and it also installs the awk -> gawk that the gawk ebuild creates through pkg_postinst. So switch to app-alternatives/awk to make the implementation cleaner. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>