diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-21 12:30:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-21 12:30:53 +0000 |
commit | b2c8a77a2db7996ad22182fb39b734098f62cb17 (patch) | |
tree | fa7f66a31835590a7e1f79df313498ef5694c1cd /chapter06/udev.xml | |
parent | 6c511d85f80eb55024dcd42cdeb4577a932609af (diff) |
Don't move so many coreutils binaries to /bin
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6736 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index b582ad2af..4164bdcaf 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -30,11 +30,6 @@ <sect2 role="installation"> <title>Installation of Udev</title> -<para>Fix an incorrect assumption in the Udev testsuite regarding the location -of the <command>test</command> binary:</para> - -<screen><userinput>sed -i -e 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></screen> - <para>Compile the package:</para> <screen><userinput>make udevdir=/dev</userinput></screen> |