From 017a4f4aa2faef975f7dcc847b8914e86a4c4927 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 10 Mar 2001 04:27:56 +0000 Subject: Simplified symbolic link creation git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/fileutils-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/fileutils-inst.xml') 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: make LDFLAGS=-static && make install && cd $LFS/usr/bin && - ln -s ../../bin/install install + ln -s ../../bin/install -- cgit v1.2.3-54-g00ecf