diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-20 19:01:25 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-20 19:01:25 +0000 |
commit | 25d78ecbd764173db754061abeb275f33f3e35ed (patch) | |
tree | 511798d47b035e0ba14bd778119f9616a8393dc4 /chapter06/coreutils.xml | |
parent | 3f99c28d74c982ff69062cf16f879ad11cd6637a (diff) |
Add flex patch to fix regression suite errors.
Add PATH to su invocations to ensure /tools/bin is included
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index de033830f..1b0906cec 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -107,7 +107,7 @@ fail because the regression test has not been updated for the latest time zone data.</para> -<screen><userinput remap="test">su nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen> +<screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen> <para>Remove the temporary group:</para> |