diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-14 21:58:07 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-14 21:58:07 -0500 |
commit | b17680d8ea3c91a0107a52a182ab5465749c0f5b (patch) | |
tree | 08132ac66481b6e679523d0173fd832411f40094 /chapter08/grep.xml | |
parent | e4c659759388c22d82a85b1ca84d3332b94b7fbd (diff) |
Package updates and corrections.
Update to file-5.43.
Update to linux-5.19.8.
Update to gawk-5.2.0.
Update to meson-0.63.2.
Update to ninja-1.11.1.
Update to bc-6.0.2.
Fix the location of udev rules in eudev.
Remove a warning for egrep and fgrep that
Delete an empty binutils man page.
Diffstat (limited to 'chapter08/grep.xml')
-rw-r--r-- | chapter08/grep.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter08/grep.xml b/chapter08/grep.xml index 33b0896c2..25d598dfe 100644 --- a/chapter08/grep.xml +++ b/chapter08/grep.xml @@ -40,6 +40,13 @@ <sect2 role="installation"> <title>Installation of Grep</title> + <para> + First, remove a warning about using egrep and fgrep that makes + tests on some packages fail: + </para> + +<screen><userinput remap="pre">sed -i "s/echo/#echo/" src/egrep.sh</userinput></screen> + <para>Prepare Grep for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |