diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-21 18:27:56 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-21 18:27:56 +0000 |
commit | d1377e48b823681e49357e621c152791efa3a0c8 (patch) | |
tree | d8f76cf6553d7fd863c2d38bf26c4ce7ae429cf2 /chapter05 | |
parent | 9d937e5deef0fabe14a2b479bbbd19bbab8856de (diff) |
Applied Zack's ch5-expect patch to remove all but the --prefix option
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2620 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/expect-inst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
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> |