From ebbf502a34e41e654075038bbf39390a2f38b063 Mon Sep 17 00:00:00 2001 From: Simon Perreault Date: Thu, 15 Mar 2001 06:19:06 +0000 Subject: Added this: sed -e 's|$(PERL)|/usr/bin/perl|' \ ../glibc-2.2.1/malloc/Makefile > tmp && mv tmp ../glibc-2.2.1/malloc/Makefile && git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@318 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 7458748ab..8fd25bf08 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -16,6 +16,10 @@ 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 && ../glibc-2.2.1/configure \    --prefix=/usr --enable-add-ons \ -- cgit v1.2.3-54-g00ecf