From 08fc41a52d3febb2d5c8136500d952a415ec80b7 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 15 Mar 2001 11:30:16 +0000 Subject: [PATCH] sed command update git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 8fd25bf08..3106c10c2 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -16,10 +16,11 @@ Install Glibc by running the following commands: touch /etc/ld.so.conf && mkdir /usr/src/glibc-build && cd /usr/src/glibc-build && - sed -e 's|$(PERL)|/usr/bin/perl|' \ -    ../glibc-2.2.1/malloc/Makefile > tmp~ - && - mv tmp~ ../glibc-2.2.1/malloc/Makefile && + sed s/"\$(PERL)"/"\/usr\/bin\/perl"/ \ +    ../glibc-2.2.1/malloc/Makefile + > tmp~ && + mv tmp~ ../glibc-2.2.1/malloc/Makefile && + ../glibc-2.2.1/configure \    --prefix=/usr --enable-add-ons \