From d50ea9dac44539adcd770ab54b0528692c1d9282 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Sun, 12 Sep 2004 08:06:35 +0000 Subject: Fixed a breakage that occured from the last commit altering startfile_prefix_spec. Forcing /usr/lib as the search path exposed the need to symlink an additional lib from /tools to /usr/lib, as reported and trouble-shot on IRC. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4158 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/createfiles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index a67c55309..529a81293 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -14,7 +14,7 @@ we're installing all the software. ln -s /tools/bin/{bash,cat,pwd,stty} /bin ln -s /tools/bin/perl /usr/bin -ln -s /tools/lib/libgcc_s.so.1 /usr/lib +ln -s /tools/lib/libgcc_s.so{,.1} /usr/lib ln -s bash /bin/sh -- cgit v1.2.3-54-g00ecf