aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/fileutils-inst.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-12-10 16:40:26 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-12-10 16:40:26 +0000
commit60fd3bbd6fa6b598eb54deda2b7e245c77024aef (patch)
tree7e9eee26190c1aa659f87c19b7ca919d9dc347c1 /chapter06/fileutils-inst.xml
parent8c5e7152f076d6b68a23e6629a44b49763557f48 (diff)
[Bug 150] Re-create /bin/sh symlink in chapter 6 + similar things
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1371 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/fileutils-inst.xml')
-rw-r--r--chapter06/fileutils-inst.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/fileutils-inst.xml b/chapter06/fileutils-inst.xml
index 8cfabe762..4e7ad9327 100644
--- a/chapter06/fileutils-inst.xml
+++ b/chapter06/fileutils-inst.xml
@@ -6,7 +6,9 @@
<para><screen><userinput>./configure --prefix=/usr --bindir=/bin \
&nbsp;&nbsp;&nbsp;--libexecdir=/bin &amp;&amp;
make &amp;&amp;
-make install</userinput></screen></para>
+make install &amp;&amp;
+cd /usr/bin &amp;&amp;
+ln -sf ../../bin/install</userinput></screen></para>
</sect2>