diff options
Diffstat (limited to 'chapter06/bin86-inst.xml')
-rw-r--r-- | chapter06/bin86-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/bin86-inst.xml b/chapter06/bin86-inst.xml index e4d83eaef..5cfabbb7c 100644 --- a/chapter06/bin86-inst.xml +++ b/chapter06/bin86-inst.xml @@ -7,7 +7,8 @@ Install Bin86 by running the following commands: <blockquote><literallayout> <userinput>make &&</userinput> - <userinput>make PREFIX=/usr install</userinput> + <userinput>make INSTALL_OPTS="-m 755" + PREFIX=/usr install</userinput> </literallayout></blockquote> </sect2> |