diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-27 13:53:28 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-27 13:53:28 +0000 |
commit | 5b79175c63103a1a8fdaed9e44e32aae79037a3d (patch) | |
tree | 733457fad2fdd87046fafdd8787fc4a0668d4ed6 /chapter05 | |
parent | 454aab917a2ae306b202fc3db49f5d568c87a160 (diff) |
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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <para>Install Bash by running the following commands:</para> <para><screen><userinput>./configure --enable-static-link --prefix=$LFS/usr \</userinput> -<userinput> --bindir=$LFS/bin --with-curses &&</userinput> +<userinput> --bindir=$LFS/bin &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>cd $LFS/bin &&</userinput> |