aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-02-14 19:11:08 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-02-14 19:11:08 +0000
commit791b6c7029f0b6fcbae872645ddf7cfb634d125a (patch)
tree0106cb40cf8e6c226f5d824ef4150336d8eede88 /chapter06
parent75828c36ccd065cca1236e0b5fc824e726d211b4 (diff)
Fix a problem when building Python in Chapter 5 where some hosts may use host
dependent headers. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11519 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bash.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 3c8146d0c..7294ccc3f 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -80,7 +80,7 @@
<para>Now, run the tests as the <systemitem
class="username">nobody</systemitem> user:</para>
-<screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH make tests"</userinput></screen>
+<screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH HOME=/home make tests"</userinput></screen>
<para>Install the package and move the main executable to
<filename class='directory'>/bin</filename>:</para>