lfs/chapter06/bin86-inst.xml
Gerard Beekmans 3fea0f7332 Changed bin86's installation instruction from:
make PREFIX=/usr install
to:
make INSTALL_OPTS="-m 755" PREFIX=/usr install


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@587 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-06 22:59:55 +00:00

16 lines
294 B
XML

<sect2>
<title>Installation of Bin86</title>
<para>
Install Bin86 by running the following commands:
</para>
<blockquote><literallayout>
<userinput>make &amp;&amp;</userinput>
<userinput>make INSTALL_OPTS="-m 755"
PREFIX=/usr install</userinput>
</literallayout></blockquote>
</sect2>