diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-07-19 21:18:29 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-07-19 21:18:29 +0000 |
commit | 523725cbd4b6bfce4b9ebf8cd4396004b915dfdb (patch) | |
tree | 34c47c35b5a4b1e563eb677e16f45b334ba6742d /chapter06/eudev.xml | |
parent | d25dfa8cb41efdea5b648a662cc876dc4325d955 (diff) |
Update to coreutils-8.23.
Add binutils patch to fix lto test suite.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/eudev.xml')
-rw-r--r-- | chapter06/eudev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index 58acd5a03..0fb1c99b7 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -73,7 +73,7 @@ BLKID_LIBS='-L/tools/lib -lblkid' \ <para>Create some directories now that are needed for tests, but will also be used as a part of installation:</para> -<screen><userinput remap="install">mkdir -pv /lib/{firmware,udev} +<screen><userinput remap="test">mkdir -pv /lib/{firmware,udev} mkdir -pv /lib/udev/rules.d mkdir -pv /etc/udev/rules.d</userinput></screen> |