From 5222a8816374515a266b89f15d64b2d27bd26b4d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 12 May 2001 16:46:23 +0000 Subject: split the ./configure command up in two lines git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/tar-inst.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter06/tar-inst.xml') diff --git a/chapter06/tar-inst.xml b/chapter06/tar-inst.xml index 83f3d6aef..6d8e084a0 100644 --- a/chapter06/tar-inst.xml +++ b/chapter06/tar-inst.xml @@ -26,7 +26,8 @@ directory:
./configure --prefix=/usr --libexecdir=/usr/bin - --bindir=/bin && + \ +    --bindir=/bin && make && make install
-- cgit v1.2.3-54-g00ecf