aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-06-06 17:28:25 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-06-06 17:28:25 +0000
commit2ccccf7389e260407b17fcca3997d21f2135662f (patch)
treea8ad8827fc4c635f83f47b00bab309b8a0177041 /chapter06
parent5111cd577a8f2230b84fb3e4ff806973400721f1 (diff)
Adjusted locale settings for Bash testsuite run and kernel's make menuconfig.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8149 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bash.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 147af875b..823542933 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -72,7 +72,8 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
<para>To test the results, issue:</para>
-<screen><userinput>chown -Rv nobody ./
+<screen><userinput>sed -i 's/LANG/LC_ALL/' tests/intl.tests
+chown -Rv nobody ./
su-tools nobody -s /bin/bash -c "make tests"</userinput></screen>
<para>Install the package:</para>