X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=blobdiff_plain;f=Makefile;h=620085b9fcc32ee5f8d6075ad291a9a4e0564b27;hp=ad1c020b02f706ba916aa66e40d7bc20bba515bc;hb=HEAD;hpb=40783cf11bb49618d80fa3f588632a1c61c0ce2d diff --git a/Makefile b/Makefile index ad1c020..620085b 100644 --- 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 # # This file is part of selector. @@ -21,8 +21,8 @@ # along with selector. If not, see . # -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