diff options
Diffstat (limited to 'chapter05/shellutils-inst.xml')
-rw-r--r-- | chapter05/shellutils-inst.xml | 4 |
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 &&</userinput> <userinput>make install &&</userinput> <userinput>cd $LFS/usr/bin &&</userinput> -<userinput>mv -f date echo false pwd stty $LFS/bin &&</userinput> -<userinput>mv -f su true uname hostname $LFS/bin</userinput></screen></para> +<userinput>mv date echo false pwd stty $LFS/bin &&</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> |