mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 05:21:23 +02:00
fix(coreos-base/coreos): Switch awk implementation to gawk.
Space saving by using mawk is not significant and a number of things depend on gawk so save us the trouble and just switch.
This commit is contained in:
parent
10b7b390e7
commit
7f6aa5d50f
@ -27,7 +27,6 @@ DEPEND="sys-apps/baselayout
|
|||||||
!<net-misc/openssh-5.2_p1-r8
|
!<net-misc/openssh-5.2_p1-r8
|
||||||
!cros_host? (
|
!cros_host? (
|
||||||
sys-libs/timezone-data
|
sys-libs/timezone-data
|
||||||
!sys-apps/gawk
|
|
||||||
)"
|
)"
|
||||||
RDEPEND="${DEPEND}
|
RDEPEND="${DEPEND}
|
||||||
sys-apps/systemd
|
sys-apps/systemd
|
||||||
@ -133,9 +132,6 @@ src_install() {
|
|||||||
# Symlink /etc/localtime to something on the stateful partition,
|
# Symlink /etc/localtime to something on the stateful partition,
|
||||||
# which we can then change around at runtime.
|
# which we can then change around at runtime.
|
||||||
dosym /var/lib/timezone/localtime /etc/localtime || die
|
dosym /var/lib/timezone/localtime /etc/localtime || die
|
||||||
|
|
||||||
# We use mawk in the target boards, not gawk.
|
|
||||||
dosym mawk /usr/bin/awk || die
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add a sudo file for the core use
|
# Add a sudo file for the core use
|
||||||
|
@ -116,9 +116,9 @@ RDEPEND="${RDEPEND}
|
|||||||
net-misc/wget
|
net-misc/wget
|
||||||
sys-apps/coreutils
|
sys-apps/coreutils
|
||||||
sys-apps/dbus
|
sys-apps/dbus
|
||||||
|
sys-apps/gawk
|
||||||
sys-apps/grep
|
sys-apps/grep
|
||||||
sys-apps/less
|
sys-apps/less
|
||||||
sys-apps/mawk
|
|
||||||
sys-apps/net-tools
|
sys-apps/net-tools
|
||||||
sys-apps/rootdev
|
sys-apps/rootdev
|
||||||
sys-apps/sed
|
sys-apps/sed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user