aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/shellutils-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/shellutils-inst.xml')
-rw-r--r--chapter05/shellutils-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml
index 1e28737ed..5f83c1a80 100644
--- a/chapter05/shellutils-inst.xml
+++ b/chapter05/shellutils-inst.xml
@@ -9,8 +9,8 @@ to be unpacked.</para>
<userinput>make LDFLAGS=-static &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>cd $LFS/usr/bin &amp;&amp;</userinput>
-<userinput>mv -f date echo false pwd stty $LFS/bin &amp;&amp;</userinput>
-<userinput>mv -f su true uname hostname $LFS/bin</userinput></screen></para>
+<userinput>mv date echo false pwd stty $LFS/bin &amp;&amp;</userinput>
+<userinput>mv su true uname hostname $LFS/bin</userinput></screen></para>
<para>The patch file only needs to be applied if you are running
glibc-2.1.x on your base system.</para>