diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-06-15 22:31:48 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-06-15 22:31:48 -0500 |
commit | 7fe99c2ca7bd3c4ea21e4c17b3350dbec7f4a1b6 (patch) | |
tree | d110f44959ba38949fe748bea80706744ea407fe /chapter08 | |
parent | 9c3ce2ac8b15a4e00d26be4ee4345534b43db2b5 (diff) |
Package Updates.
Update to iana-etc-20210611.
Update to vim-8.2.3001.
Update to util-linux-2.37.
Update to meson-0.58.1.
Update to linux-5.12.10.
Update to m4-1.4.19.
Update to grub-2.06.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/chapter08.xml | 2 | ||||
-rw-r--r-- | chapter08/util-linux.xml | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter08/chapter08.xml b/chapter08/chapter08.xml index 3cfa0b660..6e8ff3240 100644 --- a/chapter08/chapter08.xml +++ b/chapter08/chapter08.xml @@ -78,7 +78,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpipeline.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patch.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-db.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texinfo.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vim.xml"/> @@ -91,6 +90,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eudev.xml"/> <!-- Both sysv on systemd builds --> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-db.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/> diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 310705c1a..e5f41cca4 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -102,6 +102,11 @@ su tester -c "make -k check"</userinput></screen> <screen><userinput remap="install">make install</userinput></screen> + <para>Finally, install the man pages:</para> + +<screen><userinput remap="install">tar -xf ../util-linux-man-pages-&util-linux-version;.tar.xz \ +--directory /usr/share/man --strip-components=1</userinput></screen> + </sect2> <sect2 id="contents-utillinux" role="content"> |