[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. c7fdbf483f10f9c5407766b6e8516b3bd83af4af

git git at cross-lfs.org
Mon Apr 30 14:16:39 PDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  c7fdbf483f10f9c5407766b6e8516b3bd83af4af (commit)
      from  e243ae65d24de1551ed57e03ea3f23461e071f70 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c7fdbf483f10f9c5407766b6e8516b3bd83af4af
Author: Jonathan Norman <jon at cosmo1847.co.uk>
Date:   Mon Apr 30 22:16:31 2012 +0100

    Fixed typo on udev final command

diff --git a/BOOK/final-system/common/udev.xml b/BOOK/final-system/common/udev.xml
index 4b2054c..a135c96 100644
--- a/BOOK/final-system/common/udev.xml
+++ b/BOOK/final-system/common/udev.xml
@@ -30,7 +30,7 @@
 <screen os="b"><userinput>./configure --prefix=/usr \
   --exec-prefix="" --sysconfdir=/etc \
   --with-usb-ids-path=no --with-pci-ids-path=no \
-  --disable-introspection --disable-keymay</userinput></screen>
+  --disable-introspection --disable-keymap</userinput></screen>
 
     <para os="c">Compile the package:</para>
 
diff --git a/BOOK/final-system/multilib/udev-64bit.xml b/BOOK/final-system/multilib/udev-64bit.xml
index c1f1ad9..32e4ec1 100644
--- a/BOOK/final-system/multilib/udev-64bit.xml
+++ b/BOOK/final-system/multilib/udev-64bit.xml
@@ -28,7 +28,7 @@
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
   --exec-prefix="" --sysconfdir=/etc --libdir=/usr/lib64 \
   --with-usb-ids-path=no --with-pci-ids-path=no \
-  --disable-introspection --disable-keymay</userinput></screen>
+  --disable-introspection --disable-keymap</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/udev.xml"
diff --git a/BOOK/final-system/multilib/udev-n32.xml b/BOOK/final-system/multilib/udev-n32.xml
index b57a4d3..d0a59dd 100644
--- a/BOOK/final-system/multilib/udev-n32.xml
+++ b/BOOK/final-system/multilib/udev-n32.xml
@@ -29,7 +29,7 @@
 <screen os="b"><userinput>CC="gcc ${BUILDN32}"./configure --prefix=/usr \
   --exec-prefix="" --sysconfdir=/etc --libdir=/usr/lib32 \
   --with-usb-ids-path=no --with-pci-ids-path=no \
-  --disable-introspection --disable-keymay</userinput></screen>
+  --disable-introspection --disable-keymap</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/udev.xml"
diff --git a/BOOK/final-system/multilib/udev.xml b/BOOK/final-system/multilib/udev.xml
index aa6ce89..7fb1f84 100644
--- a/BOOK/final-system/multilib/udev.xml
+++ b/BOOK/final-system/multilib/udev.xml
@@ -29,7 +29,7 @@
 <screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr \
   --exec-prefix="" --sysconfdir=/etc \
   --with-usb-ids-path=no --with-pci-ids-path=no \
-  --disable-introspection --disable-keymay
+  --disable-introspection --disable-keymap
 </userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/udev.xml         |    2 +-
 BOOK/final-system/multilib/udev-64bit.xml |    2 +-
 BOOK/final-system/multilib/udev-n32.xml   |    2 +-
 BOOK/final-system/multilib/udev.xml       |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list