From ae7f075dd6185f9ec93d5aedbb46e98511f25235 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 30 May 2020 18:22:47 +0000 Subject: Update to trunk r11877 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index c6d47d970..9e4c53ec5 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -98,8 +98,8 @@ cd build Test the results as a non-privileged user, but do not stop at errors: -chown -Rv nobody . -su nobody -s /bin/bash -c "PATH=$PATH make -k check" +chown -Rv tester . +su tester -c "PATH=$PATH make -k check" To receive a summary of the test suite results, run: @@ -139,7 +139,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check" rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/ The GCC build directory is owned by - nobody now and the ownership of the installed header + tester now and the ownership of the installed header directory (and its content) will be incorrect. Change the ownership to root user and group: -- cgit v1.2.3-54-g00ecf