From a5a3dc650dcbb02cc0bc81b9b3df45ad4c5ab077 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 14 Apr 2020 13:28:48 +0000 Subject: [PATCH] Do not remove inexistent symlinks in util-linux + fix some formatting git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/util-linux.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index de24d670f..d31f67cde 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -60,10 +60,11 @@ sed -e 's/2^64/(2^64/' -e 's/E </E) <=/' -e 's/ne /eq /' \ -i tests/ts/ipcs/limits2 --> + Prepare Util-linux for compilation: ./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ @@ -109,10 +110,10 @@ coverage, other BLFS packages must be installed. If desired, this test can be run after rebooting into the completed LFS system and running: - bash tests/run.sh --srcdir=$PWD --builddir=$PWD +bash tests/run.sh --srcdir=$PWD --builddir=$PWD - chown -Rv nobody . +chown -Rv nobody . su nobody -s /bin/bash -c "PATH=$PATH make -k check" Install the package: