diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-02-22 19:08:35 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-02-22 19:08:35 +0000 |
commit | c69e98412f60c86a4000a5965b8f312c6994b9ae (patch) | |
tree | 6040eb9c5593da3cdfefdd5dfb87324e748fc43a /chapter06/readline.xml | |
parent | f7aeb473f8ab9d515d27548c9ef360217b4001c5 (diff) |
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
Diffstat (limited to 'chapter06/readline.xml')
-rw-r--r-- | chapter06/readline.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ <screen><userinput remap="pre">sed -i '/MV.*old/d' Makefile.in sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen> + <para>Correct the version number used in Readline's documentation:</para> + +<screen><userinput remap="pre">sed -i -e 's/0x0600/0x0601/' \ + -e 's/6\.0/6.1/' \ + -e 's/RL_VERSION_MINOR\t0/RL_VERSION_MINOR\t1/' readline.h</userinput></screen> + <para>Prepare Readline for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --libdir=/lib</userinput></screen> |