Realized that recent changes deserve a new version number.
[selector.git] / Makefile
index ad1c020..620085b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 #  selector is a simple command line utility for selection of strings
 #  with a dynamic pattern-matching.
 #
-#  Copyright (c) 2009, 2010, 2011 Francois Fleuret
+#  Copyright (c) 2009-2012 Francois Fleuret
 #  Written by Francois Fleuret <francois@fleuret.org>
 #
 #  This file is part of selector.
@@ -21,8 +21,8 @@
 #  along with selector.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-BINARY_PATH = $(DESTDIR)/usr/bin
-MAN_PATH = $(DESTDIR)/usr/share/man/man1
+BINARY_PATH = $(DESTDIR)/usr/local/bin
+MAN_PATH = $(DESTDIR)/usr/local/share/man/man1
 
 LDFLAGS=-lcurses