From c69e98412f60c86a4000a5965b8f312c6994b9ae Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 22 Feb 2010 19:08:35 +0000 Subject: Correct the version number in Readline's documentation. This is the equivalent of upstream's 002 patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9201 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/readline.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ba31a96f5..2668a4586 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2010-02-22 + + [matthew] Correct the version number used in Readline's + documentation. This is the equivalent of upstream's 002 patch. + [bdubbs] Update to e2fsprogs-1.41.10. Fixes #2576. This diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 8f852df30..ed9cd121f 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -49,6 +49,12 @@ sed -i '/MV.*old/d' Makefile.in sed -i '/{OLDSUFF}/c:' support/shlib-install + Correct the version number used in Readline's documentation: + +sed -i -e 's/0x0600/0x0601/' \ + -e 's/6\.0/6.1/' \ + -e 's/RL_VERSION_MINOR\t0/RL_VERSION_MINOR\t1/' readline.h + Prepare Readline for compilation: ./configure --prefix=/usr --libdir=/lib -- cgit v1.2.3-54-g00ecf