From abdca12661f32e6234ff9bd5323022e0dfd46a1a Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 5 May 2003 22:44:08 +0000 Subject: [PATCH] /configure --> ./configure git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2522 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/coreutils-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/coreutils-inst.xml b/chapter06/coreutils-inst.xml index 14df0ec19..17db7671e 100644 --- a/chapter06/coreutils-inst.xml +++ b/chapter06/coreutils-inst.xml @@ -3,7 +3,7 @@ Installation of Coreutils -/configure --prefix=/usr +./configure --prefix=/usr make make install mv /usr/bin/{basename,cat,chgrp,chmod,chown,cp,dd,df} /bin &&