aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/make-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/make-inst.xml')
-rw-r--r--chapter06/make-inst.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/make-inst.xml b/chapter06/make-inst.xml
index 64a952a4c..02cce215e 100644
--- a/chapter06/make-inst.xml
+++ b/chapter06/make-inst.xml
@@ -5,7 +5,9 @@
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
-make install</userinput></screen></para>
+make install &amp;&amp;
+chgrp root /usr/bin/make &amp;&amp;
+chmod 755 /usr/bin/make</userinput></screen></para>
</sect2>