aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/fileutils-inst.xml
diff options
context:
space:
mode:
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>