diff options
Diffstat (limited to 'chapter06/make.xml')
-rw-r--r-- | chapter06/make.xml | 3 |
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> |