From 74b6e0ce7f3cf5796eb4eed8e04cb5fc3fa6b9e3 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Fri, 5 Sep 2003 01:21:14 +0000 Subject: Corrected text in gzip instructions - proper explanation of the reason for the sed command - Bug 551 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2733 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gzip-inst.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06') diff --git a/chapter06/gzip-inst.xml b/chapter06/gzip-inst.xml index 685f3830c..f03414c60 100644 --- a/chapter06/gzip-inst.xml +++ b/chapter06/gzip-inst.xml @@ -7,9 +7,9 @@ ./configure --prefix=/usr -Change the default installation directory for Gzip so it will -be installed in the /bin -directory: +The gzexe program has the location of the gzip binary hardcoded into +it. Because we later change the location of this binary, the following +command will place the new location into the gzexe binary. cp gzexe.in{,.backup} sed 's%"BINDIR"%/bin%' gzexe.in.backup > gzexe.in -- cgit v1.2.3-54-g00ecf