diff options
Diffstat (limited to 'chapter06/make-inst.xml')
-rw-r--r-- | chapter06/make-inst.xml | 4 |
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 && make && -make install</userinput></screen></para> +make install && +chgrp root /usr/bin/make && +chmod 755 /usr/bin/make</userinput></screen></para> </sect2> |