mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 10:01:32 +02:00
fix(coreos-base/coreos-base): mawk provides awk on target images
Link awk to mawk and block gawk for target builds to avoid conflicts.
This commit is contained in:
parent
988458fb3b
commit
f1a91f343e
@ -25,6 +25,7 @@ DEPEND="sys-apps/baselayout
|
||||
!<net-misc/openssh-5.2_p1-r8
|
||||
!cros_host? (
|
||||
sys-libs/timezone-data
|
||||
!sys-apps/gawk
|
||||
)"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@ -126,7 +127,7 @@ src_install() {
|
||||
dosym /var/lib/timezone/localtime /etc/localtime || die
|
||||
|
||||
# We use mawk in the target boards, not gawk.
|
||||
#dosym mawk /usr/bin/awk || die
|
||||
dosym mawk /usr/bin/awk || die
|
||||
|
||||
# We want dash as our main shell.
|
||||
#dosym dash /bin/sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user