From: Francois Fleuret Date: Mon, 6 Apr 2009 06:09:12 +0000 (+0200) Subject: Moved the binary path for make install to /usr/bin/. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=commitdiff_plain;h=32b050005b3bdc3f1f6feab17a25000723e50d79 Moved the binary path for make install to /usr/bin/. --- diff --git a/Makefile b/Makefile index 23b62f4..d80b4cd 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ # along with selector. If not, see . # -BINARY_PATH = /usr/local/bin +BINARY_PATH = /usr/bin MAN_PATH = /usr/share/man/man1 LDFLAGS=-lcurses