Added missing -v switch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7502 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2006-04-13 17:27:27 +00:00
parent 96d63c4873
commit dd7ed7b42f

View File

@ -103,7 +103,7 @@ mkdir -p /var/lib/hwclock</userinput></screen>
LFS-Bootscripts package:</para> LFS-Bootscripts package:</para>
<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install <screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install
mv /usr/bin/logger /bin</userinput></screen> mv -v /usr/bin/logger /bin</userinput></screen>
</sect2> </sect2>