diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-06 22:59:55 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-06 22:59:55 +0000 |
commit | 3fea0f73322a1899f3b8680369940524f6405bd7 (patch) | |
tree | 90ddfb8a4ee41b160b0fa46549cff96a0f81d19b /chapter06/bin86-inst.xml | |
parent | dcbd4000a882d12a2b4cb34121ad0719e3d17725 (diff) |
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
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> |