aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/man-inst.xml
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-04-03 20:16:22 +0000
committerThomas Balu Walter <tw@itreff.de>2001-04-03 20:16:22 +0000
commit72d67c996e2b3009907092cfea8bc37541a6cf8a (patch)
treeffc9a33fd8c95d7e08fd1f739d20c23305716fd0 /chapter06/man-inst.xml
parent3c020628470ba584fe7051c2c87d8ea8aa6aacbc (diff)
removed uneccary don't enter dir - message
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@425 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-inst.xml')
-rw-r--r--chapter06/man-inst.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml
index f2f3b3b63..c23c47916 100644
--- a/chapter06/man-inst.xml
+++ b/chapter06/man-inst.xml
@@ -7,6 +7,10 @@ Install Man by running the following commands:
<blockquote><literallayout>
+ <userinput>sed -e 's|in \(.*\$PATH\)|in `echo \1`|'
+ configure > tmp~ &amp;&amp;</userinput>
+ <userinput>mv tmp~ configure &amp;&amp;</userinput>
+ <userinput>chmod 755 configure &amp;&amp;</userinput>
<userinput>./configure -default &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
@@ -19,4 +23,3 @@ Install Man by running the following commands:
</literallayout></blockquote>
</sect2>
-