diff options
author | Archaic <archaic@linuxfromscratch.org> | 2006-04-13 17:51:47 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2006-04-13 17:51:47 +0000 |
commit | 1bb3cbd5ea40c4c509042db0c25712e130b98ab4 (patch) | |
tree | c3dc074ac65e7a6e56480b1a59f34a348d5a08f8 | |
parent | ec8601d8890ba4dd73e101dc1af09bfeb920a0ea (diff) |
Added missing -v switch. Merged from trunk r7502.udev_update
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/util-linux.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 03b53ce70..2ea754fae 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -103,7 +103,7 @@ mkdir -p /var/lib/hwclock</userinput></screen> LFS-Bootscripts package:</para> <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> |