aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/gawk.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-10-13 15:00:35 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-10-13 15:00:35 -0500
commit8fd9f816d407dbeb894bf1924ca1e5db8ef8fcd9 (patch)
treef297afd9285042f947d97ab02c08b17c5be4120c /chapter08/gawk.xml
parent64ce28748b5451d5971196b0f47feaf5f33b047a (diff)
Make instructions more consistent.
When using mkdir during installation, use -pv all the time. Make reference to irc channel all lower case. Update lfs-latest for condxml merge
Diffstat (limited to 'chapter08/gawk.xml')
-rw-r--r--chapter08/gawk.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/gawk.xml b/chapter08/gawk.xml
index 940fe3833..4c8ecc265 100644
--- a/chapter08/gawk.xml
+++ b/chapter08/gawk.xml
@@ -62,7 +62,7 @@
<para>If desired, install the documentation:</para>
-<screen><userinput remap="install">mkdir -v /usr/share/doc/gawk-&gawk-version;
+<screen><userinput remap="install">mkdir -pv /usr/share/doc/gawk-&gawk-version;
cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;</userinput></screen>
</sect2>