commit:     5dce173d88bd31388943b978cecf7deb923f280a
Author:     Krzesimir Nowak <knowak <AT> microsoft <DOT> com>
AuthorDate: Tue Feb 11 09:51:16 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 11:21:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dce173d

profiles/default/linux: Make sure awk is in stage1

There is sys-apps/gawk listed, but recently its pkg_postinst function
was removed and that function was making sure that awk symlink was
installed in stage1 if it was missing.

Signed-off-by: Krzesimir Nowak <knowak <AT> microsoft.com>
Closes: https://github.com/gentoo/gentoo/pull/40526
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/default/linux/packages.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/default/linux/packages.build 
b/profiles/default/linux/packages.build
index c169d2f85440..d3633c4ef8f3 100644
--- a/profiles/default/linux/packages.build
+++ b/profiles/default/linux/packages.build
@@ -5,6 +5,7 @@
 # profile.  Packages in this file are built in order.
 
 app-admin/eselect
+app-alternatives/awk
 app-arch/bzip2
 app-arch/gzip
 app-arch/xz-utils

Reply via email to