diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-03 21:02:51 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-03 21:02:51 +0000 |
commit | efcb3933433838b71f3a4a53ec1ac6d899aaec0b (patch) | |
tree | f0b1fb24d5ac7ebb93cc2deddefbc16938ea49d0 /chapter06/coreutils.xml | |
parent | 9d719e24c33f9a2ecf8a5582cd811c43a8fa46c2 (diff) |
Make the new book
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 42ea98b0d..f383623a2 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -123,8 +123,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ <screen><userinput remap="test">chown -Rv nobody . </userinput></screen> - <para>Now run the tests. Make sure the PATH in the <userinput>su</userinput> - environment includes /tools/bin.</para> + <para>Now run the tests:</para> <screen><userinput remap="test">su nobody -s /bin/bash \ -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> |