diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-08 01:06:58 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-08 01:06:58 +0000 |
commit | be6373b6cd5661c44a7794f9187c664b0cf3e613 (patch) | |
tree | ef7ec0a3633b1520cbe48d9b402f36202c2f8882 | |
parent | c1b2c648aa6c5a3636b4a893f8d42c888355e9a1 (diff) |
Chapter 5 - Util-linux: Added command to install the arch
program which is needed by Perl for consistency. Upgraded
to Kbd-1.10.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3155 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 7 | ||||
-rw-r--r-- | chapter05/utillinux.xml | 5 | ||||
-rw-r--r-- | entities/kbd.ent | 10 | ||||
-rw-r--r-- | index.xml | 4 |
4 files changed, 16 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d0cfdf703..3437334e8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -13,6 +13,7 @@ <listitem><para>file-4.07</para></listitem> <listitem><para>gcc-3.3.2</para></listitem> <listitem><para>gettext-0.13.1</para></listitem> +<listitem><para>kbd-1.10</para></listitem> <listitem><para>man-pages-1.64</para></listitem> <listitem><para>lfs-utils-0.4.2</para></listitem> <listitem><para>linux-2.4.24</para></listitem> @@ -30,7 +31,7 @@ <itemizedlist> <listitem><para>gcc-3.3.2-no_fixincludes-1.patch</para></listitem> <listitem><para>inetutils-1.4.2-no_server_man_pages-1.patch</para></listitem> -<listitem><para>kbd-1.08-more-programs-3.patch</para></listitem> +<listitem><para>kbd-1.10-more-programs-2.patch</para></listitem> </itemizedlist> </listitem> @@ -49,6 +50,10 @@ </itemizedlist> </listitem> +<listitem><para>January 7th, 2004 [greg]: Chapter 5 - Util-linux: Added command +to install the arch program which is needed by Perl for consistency. Upgraded +to Kbd-1.10.</para></listitem> + <listitem><para>January 6th, 2004 [greg]: Chapter 6 - Gawk: Removed the Gawk Libexecdir Patch. Closes Bug 303.</para></listitem> diff --git a/chapter05/utillinux.xml b/chapter05/utillinux.xml index a104fd52d..de42ac891 100644 --- a/chapter05/utillinux.xml +++ b/chapter05/utillinux.xml @@ -31,11 +31,12 @@ sed "s@/usr/include@/tools/include@g" configure.backup > configure</userinput package, build just those:</para> <screen><userinput>make -C mount mount umount -make -C text-utils more</userinput></screen> +make -C text-utils more +make -C sys-utils arch</userinput></screen> <para>Now copy these programs to the temporary tools directory:</para> -<screen><userinput>cp mount/{,u}mount text-utils/more /tools/bin</userinput></screen> +<screen><userinput>cp mount/{,u}mount text-utils/more sys-utils/arch /tools/bin</userinput></screen> </sect2> diff --git a/entities/kbd.ent b/entities/kbd.ent index e5d2638cf..902e9e986 100644 --- a/entities/kbd.ent +++ b/entities/kbd.ent @@ -6,14 +6,14 @@ <!ENTITY aa-kbd-dep SYSTEM "../appendixa/kbd-dep.xml"> <!ENTITY aa-kbd-down SYSTEM "../appendixa/kbd-down.xml"> -<!ENTITY kbd-version "1.08"> -<!ENTITY kbd-depversion "1.06"> -<!ENTITY kbd-contversion "1.08"> +<!ENTITY kbd-version "1.10"> +<!ENTITY kbd-depversion "1.10"> +<!ENTITY kbd-contversion "1.10"> <!ENTITY kbd-dir "kbd-&kbd-version;"> <!ENTITY kbd-package "kbd-&kbd-version;.tar.gz"> -<!ENTITY kbd-size "801 KB"> +<!ENTITY kbd-size "869 KB"> -<!ENTITY kbd-patch "kbd-&kbd-version;-more-programs-3.patch"> +<!ENTITY kbd-patch "kbd-&kbd-version;-more-programs-2.patch"> <!ENTITY kbd-patch-size "1 KB"> <!ENTITY kbd-compsize "12 MB"> @@ -3,8 +3,8 @@ "/usr/share/docbook/docbookx.dtd" [ -<!ENTITY version "CVS-20040106"> -<!ENTITY releasedate "January 6th, 2004"> +<!ENTITY version "CVS-20040107"> +<!ENTITY releasedate "January 7th, 2004"> <!ENTITY milestone "5.1"> <!ENTITY nbsp " "> |