hlfs-book
[Prev] Thread [Next] | [Prev] Date [Next]
r1455 - branches/Onward/temporary_system robert Mon Oct 20 01:12:23 2008
Author: robert Date: 2008-10-19 21:05:16 -0600 (Sun, 19 Oct 2008) New Revision: 1455 Modified: branches/Onward/temporary_system/glibc.txt Log: Install Glibc's sbins to /tools/bin. Modified: branches/Onward/temporary_system/glibc.txt =================================================================== --- branches/Onward/temporary_system/glibc.txt 2008-10-19 20:24:09 UTC (rev 1454) +++ branches/Onward/temporary_system/glibc.txt 2008-10-20 03:05:16 UTC (rev 1455) @@ -153,7 +153,12 @@ install -v -d /tools/etc && touch /tools/etc/ld.so.conf && -make install +make 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 + + -- http://linuxfromscratch.org/mailman/listinfo/hlfs-book FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
- r1455 - branches/Onward/temporary_system robert <=