diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/coreutils.xml | 8 | ||||
-rw-r--r-- | chapter08/expat.xml | 2 | ||||
-rw-r--r-- | chapter08/glibc.xml | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index f5c4118ad..c84a3f048 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -56,11 +56,11 @@ <!-- this has been fixed in upstream gnulib, when a new version of coreutils is released, please check #4055 to see if the change has been picked up in this package --> -<!-- - <para>Suppress a test which on some machines can loop forever:</para> -<screen><userinput remap="pre">sed -i '/test.lock/s/^/#/' gnulib-tests/gnulib.mk</userinput></screen> ---> + <para>Now, fix a problem with chmod return values:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-chmod-patch;</userinput></screen> + <!-- <para>Fix a problem with autoconf-2.70 in an included gnulib .m4 file:</para> diff --git a/chapter08/expat.xml b/chapter08/expat.xml index f4f03aad5..86dd1d287 100644 --- a/chapter08/expat.xml +++ b/chapter08/expat.xml @@ -61,7 +61,7 @@ <para>If desired, install the documentation:</para> -<screen><userinput remap="install">install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput></screen> +<screen><userinput remap="install">install -v -m644 doc/*.{html,css} /usr/share/doc/expat-&expat-version;</userinput></screen> </sect2> diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index fb81526cd..d8ede99a6 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -225,7 +225,7 @@ install -v -Dm644 ../nscd/nscd.service /usr/lib/systemd/system/nscd.service</use testcases.</para> <para>Individual locales can be installed using the - <command>localedef</command> program. E.g., the first + <command>localedef</command> program. E.g., the second <command>localedef</command> command below combines the <filename>/usr/share/i18n/locales/cs_CZ</filename> charset-independent locale definition with the |