aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-04-17 01:42:24 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-04-17 01:42:24 +0000
commit592fb7ce49358c074a599b53d54d1a8a5585d18d (patch)
tree94fe4fdd19ac749d81e638606e66445c0fef6992 /chapter06
parentdef1992ae3fce74940e869017821eabee5273631 (diff)
Added &nbsp;
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@530 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/utillinux-inst.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml
index 80484c9f1..905380146 100644
--- a/chapter06/utillinux-inst.xml
+++ b/chapter06/utillinux-inst.xml
@@ -12,7 +12,8 @@ Install Util-Linux by running the following commands:
<userinput>mv MCONFIG~ MCONFIG &amp;&amp;</userinput>
<userinput>sed "s|etc/adjtime\"\$|var/lib/hwclock/adjtime\"|" \
</userinput>
- <userinput>hwclock/hwclock.c &gt; hwclock~ &amp;&amp;</userinput>
+ <userinput>&nbsp;&nbsp;&nbsp;hwclock/hwclock.c &gt; hwclock~
+ &amp;&amp;</userinput>
<userinput>mv hwclock~ hwclock/hwclock.c &amp;&amp;</userinput>
<userinput>./configure &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>