diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/iproute2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 1ed949d15..3a80d57ce 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -45,7 +45,8 @@ <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>chmod u+x configure && +./configure</userinput></screen> <para>Compile the package:</para> |