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 6e784c0c0..e6241b1e1 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 date echo false pwd stty $LFS/bin &&</userinput> -<userinput>mv su true uname hostname $LFS/bin</userinput></screen></para> +<userinput>mv -f date echo false pwd stty $LFS/bin &&</userinput> +<userinput>mv -f su true uname hostname $LFS/bin</userinput></screen></para> </sect2> |