From 5b79175c63103a1a8fdaed9e44e32aae79037a3d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 27 Jul 2001 13:53:28 +0000 Subject: Removed --with-curses - this will make it easier on the latest and newest distro's which are broken again git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@852 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bash-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index e1122e5c5..eb6b96e1f 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -4,7 +4,7 @@ Install Bash by running the following commands: ./configure --enable-static-link --prefix=$LFS/usr \ -   --bindir=$LFS/bin --with-curses && +   --bindir=$LFS/bin && make && make install && cd $LFS/bin && -- cgit v1.2.3-54-g00ecf