diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bin86-inst.xml | 3 | ||||
-rw-r--r-- | chapter06/bin86.xml | 1 |
2 files changed, 3 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> diff --git a/chapter06/bin86.xml b/chapter06/bin86.xml index a31e9af84..1f4668dbc 100644 --- a/chapter06/bin86.xml +++ b/chapter06/bin86.xml @@ -2,6 +2,7 @@ <title>Installing Bin86</title> &c6-bin86-inst; +&c6-bin86-exp; &aa-bin86-desc; </sect1> |