From 888fe0dd079fb53c905624d2a3deba7fc248c398 Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Fri, 27 Sep 2019 16:23:04 +0300 Subject: [PATCH] Fix file install locations. --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index c1f04cc..d91f314 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -16,7 +16,7 @@ Or you can just run "make": make uninstall - removes binaries and manpage from the system file install locations: - /usr/share/bin/mcrcon - /usr/share/man/man1/mcrcon.1 + /usr/local/bin/mcrcon + /usr/local/share/man/man1/mcrcon.1 Makefile "install" and "uninstall" rules are disabled on windows.