aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/fileutils-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:27:56 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:27:56 +0000
commit017a4f4aa2faef975f7dcc847b8914e86a4c4927 (patch)
tree5e61f08c82143e6890d6cafc6be9d05121cef9ae /chapter05/fileutils-inst.xml
parentceb35fb92751e6d17fd10add11469f32eac31392 (diff)
Simplified symbolic link creation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/fileutils-inst.xml')
-rw-r--r--chapter05/fileutils-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml
index 6a8be0d35..fd3958874 100644
--- a/chapter05/fileutils-inst.xml
+++ b/chapter05/fileutils-inst.xml
@@ -15,7 +15,7 @@ Install Fileutils by running the following commands:
<userinput>make LDFLAGS=-static &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>cd $LFS/usr/bin &amp;&amp;</userinput>
- <userinput>ln -s ../../bin/install install</userinput>
+ <userinput>ln -s ../../bin/install</userinput>
</literallayout></blockquote>