#450 closed defect (invalid)
bin86 installation change
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Book | Version: | CVS |
| Severity: | normal | Keywords: | |
| Cc: |
Description
bin86: It seems for me better to change the installation instructions from
make && make PREFIX=/usr install
to
make PREFIX=/usr && make PREFIX=/usr install
as 'make' will perform a sed command in the 'as' subdir (for as86_encap) replacing the BINDIR and LIBDIR tokens by the default path of PREFIX (which is /usr/local). A later PREFIX set for 'make install' won't change the script anymore, only the installation place.
Note:
See TracTickets
for help on using tickets.

Bin86 is going to be removed from the book soon. Therefore this bug won't be dealt with.