diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-03-28 13:33:38 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-03-28 13:33:38 +0000 |
commit | 32bbb1c62c60e9eb763da8f0499b3815fb21a249 (patch) | |
tree | 848b5c16cfda78fee969d998462a9ef12a3d370e /chapter05/bash-inst.xml | |
parent | 64df8d1626281ac6c8981999064c6f6b7cf48743 (diff) |
removed some --disable-nls
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@371 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash-inst.xml')
-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 207b57389..5e422c57f 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -8,7 +8,7 @@ Install Bash by running the following commands: <blockquote><literallayout> <userinput>./configure --enable-static-link --prefix=$LFS/usr \</userinput> - <userinput> --bindir=$LFS/bin --disable-nls + <userinput> --bindir=$LFS/bin --with-curses &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> |