diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-22 02:53:21 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-22 02:53:21 +0000 |
commit | d76a82b22f2ead190d6382c758f948c18d921d17 (patch) | |
tree | 86c9bdc24679ffa305fec2a3e4b580d8c14c7126 /chapter06 | |
parent | 98d90032d07f4588d29e2c7f6619f77d312ffa57 (diff) |
Update to automake-1.15.1.
Update to expat-2.2.1.
Update to psmisc-23.1.
Update to linux-4.11.5.
Remove unneeded library check in host requirements.
Fix typos in acl and sed pages.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/acl.xml | 10 | ||||
-rw-r--r-- | chapter06/automake.xml | 6 | ||||
-rw-r--r-- | chapter06/sed.xml | 4 |
3 files changed, 8 insertions, 12 deletions
diff --git a/chapter06/acl.xml b/chapter06/acl.xml index 7d448c121..752e8eb86 100644 --- a/chapter06/acl.xml +++ b/chapter06/acl.xml @@ -102,7 +102,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so</userinput>< <segtitle>Installed directories</segtitle> <seglistitem> - <seg>chacl, getfacl, and setacl</seg> + <seg>chacl, getfacl, and setfacl</seg> <seg>libacl.so</seg> <seg>/usr/include/acl and /usr/share/doc/acl-&acl-version;</seg> </seglistitem> @@ -134,12 +134,12 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so</userinput>< </listitem> </varlistentry> - <varlistentry id="setacl"> - <term><command>setacl</command></term> + <varlistentry id="setfacl"> + <term><command>setfacl</command></term> <listitem> <para>Sets file access control lists</para> - <indexterm zone="ch-system-acl setacl"> - <primary sortas="b-setacl">setacl</primary> + <indexterm zone="ch-system-acl setfacl"> + <primary sortas="b-setfacl">setfacl</primary> </indexterm> </listitem> </varlistentry> diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 8816e2358..996592f80 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -41,10 +41,6 @@ <sect2 role="installation"> <title>Installation of Automake</title> - <para>First fix a warning that is caused by perl-5.22 and later:</para> - -<screen><userinput remap="pre">sed -i 's:/\\\${:/\\\$\\{:' bin/automake.in</userinput></screen> - <para>Prepare Automake for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen> @@ -62,7 +58,7 @@ <screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &:" t/lex-{clean,depend}-cxx.sh make -j4 check</userinput></screen> - <para>Four tests are known to fail.</para> + <para>Three tests are known to fail in the LFS environment.</para> <para>Install the package:</para> diff --git a/chapter06/sed.xml b/chapter06/sed.xml index c881c7875..aa6ac177c 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -42,8 +42,8 @@ <para>First fix an issue in the LFS environment and remove a failing test:</para> -<screen><userinput remap="pre">sed -i 's/usr/tools/' build-aux/help2man -sed -i 's/panic-tests.sh//' Makefile.in</userinput></screen> +<screen><userinput remap="pre">sed -i 's/usr/tools/' build-aux/help2man +sed -i 's/testsuite.panic-tests.sh//' Makefile.in</userinput></screen> <para>Prepare Sed for compilation:</para> |