From: Francois Fleuret Date: Tue, 27 Dec 2011 11:09:36 +0000 (+0100) Subject: Added the DESTDIR. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=finddup.git;a=commitdiff_plain;h=a6415f4fa0d3003501242a22f59cb880fe43c0a0 Added the DESTDIR. --- diff --git a/Makefile b/Makefile index 9516516..7af163a 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ # along with finddup. If not, see . # -BINARY_PATH = /usr/bin -MAN_PATH = /usr/share/man/man1 +BINARY_PATH = $(DESTDIR)/usr/bin +MAN_PATH = $(DESTDIR)/usr/share/man/man1 ifeq ($(WITH_MD5),yes) LDFLAGS=-lssl