From 87a779d6a8bca19c928db03193acc1a22ee244c9 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 11 Oct 2006 21:26:47 +0000 Subject: Add the verbose flag when copying files in chapter 5's util-linux build. Thanks to Robert Connolly for the report. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7826 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/util-linux.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index 56350c648..0fd38e590 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -61,7 +61,7 @@ make -C text-utils more Copy these programs to the temporary tools directory: -cp mount/{,u}mount text-utils/more /tools/bin +cp -v mount/{,u}mount text-utils/more /tools/bin -- cgit v1.2.3-54-g00ecf