aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-07-27 13:53:28 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-07-27 13:53:28 +0000
commit5b79175c63103a1a8fdaed9e44e32aae79037a3d (patch)
tree733457fad2fdd87046fafdd8787fc4a0668d4ed6 /chapter05
parent454aab917a2ae306b202fc3db49f5d568c87a160 (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.xml2
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>&nbsp;&nbsp;&nbsp;--bindir=$LFS/bin --with-curses &amp;&amp;</userinput>
+<userinput>&nbsp;&nbsp;&nbsp;--bindir=$LFS/bin &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>cd $LFS/bin &amp;&amp;</userinput>