From 0c8ccdbd55fdef2ac6705e0c5fc92e8908ac2eeb Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 7 Mar 2013 20:17:35 -0500 Subject: Added missing space in PREFIX override documented in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fedaef..a78b528 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3