diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2008-10-22 23:50:31 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2008-10-22 23:50:31 +0000 |
commit | 18627b5228b50e400511858f72c45d760a1d8e36 (patch) | |
tree | 0e7be389a4c71454a76d048821668a90ccf76ba2 /chapter06/coreutils.xml | |
parent | 55b3f6244941e2bc22ebcb452377d2b0e709ded4 (diff) |
Corrected coreutils i18n patch and testsuite. Thanks to Bryan Kadsban for the suggested fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8693 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 1a4694dd1..b045897f4 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -106,7 +106,7 @@ <para>Fix some of the permissions so that the non-root user can compile and run the tests:</para> -<screen><userinput remap="test">chown -v nobody gnulib-tests/.deps</userinput></screen> +<screen><userinput remap="test">chown -Rv nobody config.log {gnulib-tests,lib,src}/.deps</userinput></screen> <para>Now run the tests:</para> |