diff options
Diffstat (limited to 'chapter06/fileutils-inst.xml')
-rw-r--r-- | chapter06/fileutils-inst.xml | 4 |
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 \ --libexecdir=/bin && make && -make install</userinput></screen></para> +make install && +cd /usr/bin && +ln -sf ../../bin/install</userinput></screen></para> </sect2> |