From d46a46e03700250e1c98844c2a3637407120c543 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Fri, 7 Apr 2006 17:19:51 +0000 Subject: [PATCH] Actually fixed locales creation in chapter 05 --- LFS/master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LFS/master.sh b/LFS/master.sh index 7e06b8a..1ecb73a 100755 --- a/LFS/master.sh +++ b/LFS/master.sh @@ -76,7 +76,7 @@ chapter5_Makefiles() { *dejagnu) [[ "${TEST}" = "0" ]] && continue ;; *stripping) [[ "${STRIP}" = "0" ]] && continue ;; *glibc) [[ "${TEST}" = "3" ]] && \ - sed -i 's@/usr/lib/locale@/tools&@' $file ;; + sed -i 's@/usr/lib/locale@/tools/lib/locale@' $file ;; esac # First append each name of the script files to a list (this will become