diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-05-11 11:00:01 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-05-11 11:00:01 +0000 |
commit | 8b1d92770677f5f54a097488c3d132ea89678b1e (patch) | |
tree | 22a43f1fd10967c17142b895f45282958f38e42e | |
parent | cd2bd145defb52bc143d03794e81c04077450d89 (diff) |
"Next" becomes "First", if the preceding "First" is commented out
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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 8f6681417..de2ba41c6 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -49,7 +49,7 @@ <screen><userinput remap="pre">sed -i '/keyboard_lookup_key/d' src/udev/udev-builtin-keyboard.c</userinput></screen> --> - <para>Next, add a workaround to prevent the /tools directory from being + <para>First, add a workaround to prevent the /tools directory from being hard coded into Eudev binary files library locations:</para> <screen><userinput remap="pre">cat > config.cache << "EOF" |