diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-04-22 21:14:29 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-04-22 21:14:29 +0000 |
commit | 138ddf63213a68b40615b15a4e890f8f430c39fe (patch) | |
tree | b54fc0cd80d0f979b8af065bc4e69cc571f9e63a | |
parent | c277e06d0b3d50fe08b94edabc9f19353da81e09 (diff) |
Merged r8534 from trunk to jh branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8535 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/kbd.xml | 2 | ||||
-rw-r--r-- | packages.ent | 8 |
3 files changed, 8 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 24d14560a..20c6eeb0f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,9 @@ <para>2008-04-22</para> <itemizedlist> <listitem> + <para>[jhuntwork] - Updated Kbd to 1.14.1. Fixes #2162.</para> + </listitem> + <listitem> <para>[jhuntwork] - Updated Flex to 2.5.35. Fixes #2179.</para> </listitem> </itemizedlist> diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index cfff54ef3..fce93840d 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -51,7 +51,7 @@ <para>Prepare Kbd for compilation:</para> -<screen><userinput remap="configure">./configure --datadir=/lib/kbd</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> diff --git a/packages.ent b/packages.ent index 9511e4c9c..58866713e 100644 --- a/packages.ent +++ b/packages.ent @@ -263,10 +263,10 @@ <!ENTITY iproute2-ch6-du "4.8 MB"> <!ENTITY iproute2-ch6-sbu "0.2 SBU"> -<!ENTITY kbd-version "1.13"> -<!ENTITY kbd-size "652 KB"> -<!ENTITY kbd-url "http://ftp.altlinux.com/pub/people/legion/kbd/kbd-&kbd-version;.tar.bz2"> -<!ENTITY kbd-md5 "2639fdfe2412b29cbf6936d7db91cee3"> +<!ENTITY kbd-version "1.14.1"> +<!ENTITY kbd-size "989 KB"> +<!ENTITY kbd-url "http://ftp.altlinux.com/pub/people/legion/kbd/kbd-&kbd-version;.tar.gz"> +<!ENTITY kbd-md5 "0f4e474032c992c05650924f29a06a92"> <!ENTITY kbd-home " "> <!ENTITY kbd-ch6-du "12.5 MB"> <!ENTITY kbd-ch6-sbu "less than 0.1 SBU"> |