aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/make.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-03-09 19:08:33 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-03-09 19:08:33 +0000
commit5b7293ab71a253046b37850efe349b15692ad4fd (patch)
tree8d6e4e7934428ddd0f75cadff9f5f2d18bfdf355 /chapter06/make.xml
parentc6b5ddb7a6bd11d84c183cd3c3fd3c507f797978 (diff)
Removing HOME and --login from the chroot commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3285 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/make.xml')
-rw-r--r--chapter06/make.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml
index ed3542427..e3d034f30 100644
--- a/chapter06/make.xml
+++ b/chapter06/make.xml
@@ -24,7 +24,8 @@
<screen><userinput>make</userinput></screen>
<para>To have the results tested, issue:
-<userinput>make check</userinput>.</para>
+<userinput>make HOME=/root check</userinput>. The HOME environment variable
+needs to be set to prevent one of the tests from failing.</para>
<para>And install the package:</para>