diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter05/expect-inst.xml | 3 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 951a1d3c9..5f2a41768 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -78,6 +78,10 @@ </itemizedlist> </para></listitem> +<listitem><para>May 21st, 2003 [winkie]: Chapter 05 - Installing Expect: +Don't both passing anything more than --prefix=/stage1. None of it is +needed.</para></listitem> + <listitem><para>May 16th, 2003 [gerard]: Chapter 06: Net-tools: Changed <userinput>make install</userinput> to <userinput>make update</userinput>.</para></listitem> diff --git a/chapter05/expect-inst.xml b/chapter05/expect-inst.xml index 1df296566..1ef864684 100644 --- a/chapter05/expect-inst.xml +++ b/chapter05/expect-inst.xml @@ -4,8 +4,7 @@ <title>Installation of Expect</title> <para><screen><userinput>patch -Np1 -i ../expect-&expect-version;.patch -./configure --prefix=/stage1 --with-tcl=/stage1/lib \ - --with-x=no --disable-symbols --cache-file=/dev/null +./configure --prefix=/stage1 make make test make install</userinput></screen></para> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20030516"> -<!ENTITY releasedate "May 16th, 2003"> +<!ENTITY version "20030521"> +<!ENTITY releasedate "May 21st, 2003"> <!ENTITY nbsp " "> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> |