Author: robert
Date: 2009-02-22 20:38:44 -0700 (Sun, 22 Feb 2009)
New Revision: 1504

Modified:
   branches/Onward/temporary_system/udev.txt
   branches/Onward/temporary_system/util-linux-ng.txt
   branches/Onward/things_we_do.txt
Log:
Don't install programs to /tools/sbin.

Modified: branches/Onward/temporary_system/udev.txt
===================================================================
--- branches/Onward/temporary_system/udev.txt   2009-02-23 03:04:07 UTC (rev 
1503)
+++ branches/Onward/temporary_system/udev.txt   2009-02-23 03:38:44 UTC (rev 
1504)
@@ -2,7 +2,7 @@
 
 mkdir -v obj/ &&
 cd obj/ &&
-../configure --prefix=/tools \
+../configure --prefix=/tools --sbindir=/tools/bin \
         --infodir=$(pwd)/DESTDIR --mandir=$(pwd)/DESTDIR &&
 make &&
 make install

Modified: branches/Onward/temporary_system/util-linux-ng.txt
===================================================================
--- branches/Onward/temporary_system/util-linux-ng.txt  2009-02-23 03:04:07 UTC 
(rev 1503)
+++ branches/Onward/temporary_system/util-linux-ng.txt  2009-02-23 03:38:44 UTC 
(rev 1504)
@@ -38,5 +38,10 @@
        --disable-makeinstall-chown &&
 
 make &&
-make install
+make install &&
 
+# This version of util-linux-ng does not respect --sbindir:
+
+mv -v /tools/sbin/{fdformat,ldattach,readprofile,rtcwake,tunelp} /tools/bin &&
+rmdir -v /tools/sbin
+

Modified: branches/Onward/things_we_do.txt
===================================================================
--- branches/Onward/things_we_do.txt    2009-02-23 03:04:07 UTC (rev 1503)
+++ branches/Onward/things_we_do.txt    2009-02-23 03:38:44 UTC (rev 1504)
@@ -22,3 +22,6 @@
 # When package maintainers offer a GnuPG signature, or md5/sha, file, then
 # use that instead of making our own md5sum.
 
+# Don't install anything to /tools/sbin, since only the administrator uses
+# /tools there is no need to have another directory for admin applications.
+

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

Reply via email to