diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-10-31 14:00:21 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-10-31 14:00:21 -0500 |
commit | 1f201845a30b83f242a5f8ed35a80db17522752b (patch) | |
tree | 8ae57ebf166902896f933bd2b64d22dffa3561ff /chapter08/file.xml | |
parent | 843d015a32a9f08ce6a0f7ae5ee424555ee7f292 (diff) |
Package updates
Update to gawk-5.1.1.
Update to meson-0.60.0.
Update to libcap-2.60.
Update to gdbm-1.22.
Update to file-5.41.
Update to linux-5.14.15.
Update to iana-etc-20211025.
Update to tzdata-2021e.
Change /bin to /usr/bin in passwd, and revisedchroot.
Fix systemd for new meson.
Diffstat (limited to 'chapter08/file.xml')
-rw-r--r-- | chapter08/file.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter08/file.xml b/chapter08/file.xml index 8baf349b1..eb9f41a2b 100644 --- a/chapter08/file.xml +++ b/chapter08/file.xml @@ -41,10 +41,6 @@ <sect2 role="installation"> <title>Installation of File</title> - <para>First, fix a few regressions in File:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../file-&file-version;-upstream_fixes-1.patch</userinput></screen> - <para>Prepare File for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |