Author: alexander
Date: 2007-08-05 01:11:34 -0600 (Sun, 05 Aug 2007)
New Revision: 2010

Modified:
   trunk/Makefile
Log:
Created /tools/lib64 symlink

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2007-08-05 03:18:08 UTC (rev 2009)
+++ trunk/Makefile      2007-08-05 07:11:34 UTC (rev 2010)
@@ -176,8 +176,9 @@
        -ln -s /proc/kcore $(MP)/dev/core
        touch $(MKTREE)
 ifdef 64bit
-       -if [ ! -L $(MP)/lib64 ] ; then ln -s lib $(MP)/lib64 ; fi
-       -if [ ! -L $(MP)/usr/lib64 ] ; then ln -s lib $(MP)/usr/lib64 ; fi
+       -ln -nsf lib $(WD)/lib64
+       -ln -nsf lib $(MP)/lib64
+       -ln -nsf lib $(MP)/usr/lib64
 endif
 
 # This target builds just a base LFS system, minus the kernel and bootscripts

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to