From 760e8cba2b56e7167e0709e2fff93d792d035eec Mon Sep 17 00:00:00 2001 From: Thomas Balu Walter Date: Tue, 3 Apr 2001 23:39:14 +0000 Subject: fix-description git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@431 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/man-exp.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'chapter06/man-exp.xml') diff --git a/chapter06/man-exp.xml b/chapter06/man-exp.xml index 396c47b6d..1e429c72d 100644 --- a/chapter06/man-exp.xml +++ b/chapter06/man-exp.xml @@ -1,6 +1,14 @@ Command explanations + +sed -e 's|in \(.*\$PATH\)|in `echo \1`|' configure...: +This fixes a little problem in man's configure. The configure-script +looks for files like cat, gunzip, bzip2, etc. in a for-loop that +walks through a specified path. The splitting of the path is not done +correctly and needs that fix. + + -default: This configures the man package with default settings. -- cgit v1.2.3-54-g00ecf