tMakefile: install to /usr/local instead of /usr - geomyidae - A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae) | |
git clone git://r-36.net/geomyidae | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 53f0ce4b3912027648fc11c7a76624f4f3f4ce50 | |
parent 50a7926572a40172d5c2ffe870d41ca7dc9d7046 | |
Author: Quentin Rameau | |
Date: Thu, 28 Jun 2018 13:07:09 +0200 Makefile: install to /usr/local instead of /usr Rightly requested by Hiltjo. Signed-off-by: Christoph Lohmann <20h@r-36.net> Diffstat: Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- | |
diff --git a/Makefile b/Makefile | |
t@@ -5,7 +5,7 @@ NAME = geomyidae VERSION = 0.32.1 -PREFIX = /usr +PREFIX = /usr/local BINDIR = ${PREFIX}/bin MANDIR = ${PREFIX}/share/man/man8 |