Makefile: install to /usr/local instead of /usr - geomyidae - A small C-based g… | |
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 53f0ce4b3912027648fc11c7a76624f4f3f4ce50 | |
parent 50a7926572a40172d5c2ffe870d41ca7dc9d7046 | |
Author: Quentin Rameau <[email protected]> | |
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 <[email protected]> | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -5,7 +5,7 @@ | |
NAME = geomyidae | |
VERSION = 0.32.1 | |
-PREFIX = /usr | |
+PREFIX = /usr/local | |
BINDIR = ${PREFIX}/bin | |
MANDIR = ${PREFIX}/share/man/man8 | |