From e29f09edde391ba85b8650fe964be253dc452354 Mon Sep 17 00:00:00 2001 From: Daniel Scharrer Date: Tue, 19 Feb 2013 20:47:04 +0100 Subject: [PATCH] Fix incorrect default for DATAROOTDIR in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d954570..55cf2f7 100644 --- a/README.md +++ b/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