aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--chapter01/resources.xml2
-rw-r--r--chapter08/gawk.xml2
-rw-r--r--chapter08/iproute2.xml2
-rw-r--r--chapter08/kbd.xml2
-rw-r--r--chapter08/ncurses.xml2
-rw-r--r--lfs-latest-git.php2
6 files changed, 6 insertions, 6 deletions
diff --git a/chapter01/resources.xml b/chapter01/resources.xml
index c8cc98dca..52195bd91 100644
--- a/chapter01/resources.xml
+++ b/chapter01/resources.xml
@@ -57,7 +57,7 @@
Relay Chat (IRC). Before using this support, please make sure that your
question is not already answered in the LFS FAQ or the mailing list
archives. You can find the IRC network at <uri>irc.libera.chat</uri>.
- The support channel is named #LFS-support.</para>
+ The support channel is named #lfs-support.</para>
</sect2>
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>
diff --git a/chapter08/iproute2.xml b/chapter08/iproute2.xml
index e1b2d189e..c39f892d1 100644
--- a/chapter08/iproute2.xml
+++ b/chapter08/iproute2.xml
@@ -79,7 +79,7 @@ rm -fv man/man8/arpd.8</userinput></screen>
<para>If desired, install the documentation:</para>
-<screen><userinput remap="install">mkdir -v /usr/share/doc/iproute2-&iproute2-version;
+<screen><userinput remap="install">mkdir -pv /usr/share/doc/iproute2-&iproute2-version;
cp -v COPYING README* /usr/share/doc/iproute2-&iproute2-version;</userinput></screen>
</sect2>
diff --git a/chapter08/kbd.xml b/chapter08/kbd.xml
index 911720129..25b0a8726 100644
--- a/chapter08/kbd.xml
+++ b/chapter08/kbd.xml
@@ -97,7 +97,7 @@ sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in</userinput></screen>
<para>If desired, install the documentation:</para>
-<screen><userinput remap="install">mkdir -v /usr/share/doc/kbd-&kbd-version;
+<screen><userinput remap="install">mkdir -pv /usr/share/doc/kbd-&kbd-version;
cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
</sect2>
diff --git a/chapter08/ncurses.xml b/chapter08/ncurses.xml
index 3f2247586..ed0461f16 100644
--- a/chapter08/ncurses.xml
+++ b/chapter08/ncurses.xml
@@ -124,7 +124,7 @@ ln -sfv libncurses.so /usr/lib/libcurses.so</userinput></screen>
<para>If desired, install the Ncurses documentation:</para>
-<screen><userinput remap="install">mkdir -v /usr/share/doc/ncurses-&ncurses-version;
+<screen><userinput remap="install">mkdir -pv /usr/share/doc/ncurses-&ncurses-version;
cp -v -R doc/* /usr/share/doc/ncurses-&ncurses-version;</userinput></screen>
<note>
diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index a581792af..54a16eda2 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -318,7 +318,7 @@ function get_current()
# Make version.ent
chdir( "$tmpdir/LFS" );
- exec ( "./git-version.sh" );
+ exec ( "./git-version.sh systemd" );
chdir( $cdir );