Browse Source

Fix incorrect default for DATAROOTDIR in README.md

coverity_scan
Daniel Scharrer 13 years ago
parent
commit
e29f09edde
  1. 2
      README.md

2
README.md

@ -61,7 +61,7 @@ Install options:
|:--------------------------- |:--------------------:|:----------- |
| `CMAKE_INSTALL_PREFIX` | `/usr/local` | Where to install innoextract.
| `CMAKE_INSTALL_BINDIR` | `bin` | Location for binaries (relative to prefix).
| `CMAKE_INSTALL_DATAROOTDIR` | `share/man` | Location for data files (relative to prefix).
| `CMAKE_INSTALL_DATAROOTDIR` | `share` | Location for data files (relative to prefix).
| `CMAKE_INSTALL_MANDIR` | `${DATAROOTDIR}/man` | Location for man pages (relative to prefix).
Set options by passing `-D<option>=<value>` to cmake.

Loading…
Cancel
Save