diff options
| author | Ryan Kavanagh <rak@debian.org> | 2013-03-07 20:17:35 -0500 |
|---|---|---|
| committer | Ryan Kavanagh <rak@debian.org> | 2013-03-07 20:17:35 -0500 |
| commit | 0c8ccdbd55fdef2ac6705e0c5fc92e8908ac2eeb (patch) | |
| tree | 4158fa437d6e3d8b87c18fbbf89b3fc81ff3b66b | |
| parent | Fix more portability issues: snprintf is not available everywhere (diff) | |
Added missing space in PREFIX override documented in README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ which will install under the prefix of `/usr/local` (see `Makefile` for details). If this isn't the desired location, you can override this setting with - make install -ePREFIX=/your/prefix install + make install -e PREFIX=/your/prefix install Man pages for `nmm` and company will be installed under `$(PREFIX)/man6/` and the `whatis` database will be updated with a |
