From 791b6c7029f0b6fcbae872645ddf7cfb634d125a Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 14 Feb 2019 19:11:08 +0000 Subject: Fix a problem when building Python in Chapter 5 where some hosts may use host dependent headers. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11519 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 3c8146d0c..7294ccc3f 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -80,7 +80,7 @@ Now, run the tests as the nobody user: -su nobody -s /bin/bash -c "PATH=$PATH make tests" +su nobody -s /bin/bash -c "PATH=$PATH HOME=/home make tests" Install the package and move the main executable to /bin: -- cgit v1.2.3-54-g00ecf