Author: robert Date: 2010-02-23 14:46:16 -0700 (Tue, 23 Feb 2010) New Revision: 1571
Modified: branches/Onward/temporary_system/glibc.txt Log: Install Glibc's utilities to /tools/bin. Modified: branches/Onward/temporary_system/glibc.txt =================================================================== --- branches/Onward/temporary_system/glibc.txt 2010-02-23 18:22:16 UTC (rev 1570) +++ branches/Onward/temporary_system/glibc.txt 2010-02-23 21:46:16 UTC (rev 1571) @@ -188,14 +188,9 @@ install -v -d /tools/etc && touch /tools/etc/ld.so.conf && -env -u MAKEFLAGS make PARALLELMAKEFLAGS="$MAKEFLAGS" install && +env -u MAKEFLAGS make PARALLELMAKEFLAGS="$MAKEFLAGS" \ + sbindir="/tools/bin" rootsbindir="/tools/bin" install && -# This package has a lot of issues with read-only sources. - -# Move sbin's to /tools/bin: -mv -v /tools/sbin/* /tools/bin && -rmdir -v /tools/sbin && - # Create some files for the rebooted system (this touching of files may not be # nescessary, but creating the directories is): -- http://linuxfromscratch.org/mailman/listinfo/hlfs-book FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
