diff options
author | Sam James <sam@gentoo.org> | 2022-12-03 01:37:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-03 01:37:17 +0000 |
commit | a88b50da320f6eca75f92a5e59b1657674775d85 (patch) | |
tree | 8783ebff1611a9a01c33db7fe7d73cbaf6615b50 /app-alternatives/awk | |
parent | app-crypt/hashcat: add 6.2.6 (diff) | |
download | gentoo-a88b50da320f6eca75f92a5e59b1657674775d85.tar.gz gentoo-a88b50da320f6eca75f92a5e59b1657674775d85.tar.bz2 gentoo-a88b50da320f6eca75f92a5e59b1657674775d85.zip |
app-alternatives/awk: add note re AWK in env
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-alternatives/awk')
-rw-r--r-- | app-alternatives/awk/awk-2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-alternatives/awk/awk-2.ebuild b/app-alternatives/awk/awk-2.ebuild index 01e69d65fbd1..c76362361bef 100644 --- a/app-alternatives/awk/awk-2.ebuild +++ b/app-alternatives/awk/awk-2.ebuild @@ -26,6 +26,9 @@ src_install() { local root_prefix= use split-usr && root_prefix=../../bin/ + # We could consider setting AWK=... like we do for yacc & lex, + # but it would need some testing with a fair amount of packages first, + # as autoconf prefers gawk. if use busybox; then dosym "${root_prefix}busybox" /usr/bin/awk newman - awk.1 <<<".so busybox.1" |