From 9bda40d80a5249ee68ec1d0bf3f8b5f3394e88e9 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 29 Mar 2012 06:46:19 +0000 Subject: Fix location of patch application git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter05') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 18670c38b..262a85a9f 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -52,12 +52,12 @@ sed -i 's#/var/db#/tools/var/db#' Makeconfig - The Glibc documentation recommends building Glibc outside of the source - directory in a dedicated build directory: - Fix a bug that prevents Glibc from building with GCC-&gcc-version;: patch -Np1 -i ../&glibc-gcc_fix-patch; + The Glibc documentation recommends building Glibc outside of the source + directory in a dedicated build directory: + mkdir -v ../glibc-build cd ../glibc-build -- cgit v1.2.3-54-g00ecf