diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml
index 963a083ca..ef36275a8 100644
--- a/chapter06/man-inst.xml
+++ b/chapter06/man-inst.xml
@@ -7,6 +7,7 @@
do sed s/gawk/awk/g $i > $i.fixed
mv $i.fixed $i
done
+chmod 700 configure &&
./configure -default &&
make &&
make install