diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:27:56 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:27:56 +0000 |
commit | 017a4f4aa2faef975f7dcc847b8914e86a4c4927 (patch) | |
tree | 5e61f08c82143e6890d6cafc6be9d05121cef9ae /chapter05/fileutils-inst.xml | |
parent | ceb35fb92751e6d17fd10add11469f32eac31392 (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.xml | 2 |
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 &&</userinput> <userinput>make install &&</userinput> <userinput>cd $LFS/usr/bin &&</userinput> - <userinput>ln -s ../../bin/install install</userinput> + <userinput>ln -s ../../bin/install</userinput> </literallayout></blockquote> |