diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-16 21:46:30 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-16 21:46:30 +0000 |
commit | d0160188edb98870964c76a2b1f8e9583401764e (patch) | |
tree | 3e8b97b3ae88017044e2b9c1581aa5a53333f080 /chapter06/iproute2.xml | |
parent | df42a9a98ec9a1e8b34429a07e525b51ff821a7d (diff) |
Fix typo in iproute2's configure command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r-- | chapter06/iproute2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 6610669a0..1ed949d15 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -45,7 +45,7 @@ <screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen> <para>Prepare IPRoute2 for compilation:</para> - <screen><userinput>./configure </userinput></screen> + <screen><userinput>./configure</userinput></screen> <para>Compile the package:</para> |