From a8c72d6f5a6575b828192f3edbce3a4ac3e9f068 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 15 Jun 2023 09:29:48 +0000 Subject: [PATCH] core176: Ship gawk Signed-off-by: Michael Tremer --- config/rootfiles/core/176/filelists/gawk | 1 + config/rootfiles/core/176/update.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 120000 config/rootfiles/core/176/filelists/gawk diff --git a/config/rootfiles/core/176/filelists/gawk b/config/rootfiles/core/176/filelists/gawk new file mode 120000 index 0000000000..a3bbe32ce6 --- /dev/null +++ b/config/rootfiles/core/176/filelists/gawk @@ -0,0 +1 @@ +../../../common/gawk \ No newline at end of file diff --git a/config/rootfiles/core/176/update.sh b/config/rootfiles/core/176/update.sh index 75fdc0e3c9..250be35dfe 100644 --- a/config/rootfiles/core/176/update.sh +++ b/config/rootfiles/core/176/update.sh @@ -36,6 +36,10 @@ done # Extract files extract_files +# Remove files +rm -vf \ + /usr/bin/gawk-5.1.1 + # update linker config ldconfig -- 2.39.5