diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-07 20:20:49 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-07 20:20:49 +0000 |
commit | 2a698a656b35f445547c61c1256e2ae563ddfdc5 (patch) | |
tree | 65324403ca484907e52c4e1a04785e8b144b8cd7 /chapter01 | |
parent | f684ec6c5285002a882498d79f1f5fc060f502a7 (diff) |
Install the binaries from Less to /usr/bin instead of /bin
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7136 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2d22b3873..afc304bf1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -116,6 +116,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>November 7, 2005 [matt]: Install the binaries from Less to +/usr/bin instead of /bin (fixes bug 1643).</para></listitem> + <listitem><para>November 7, 2005 [matt]: Remove the --libexecdir option from both passes of GCC in chapter 5 (fixes bug 1646). Also change the --libexecdir option for Findutils to conform with the /usr/lib/packagename convention already |