From: Francois Fleuret Date: Tue, 27 Dec 2011 11:06:56 +0000 (+0100) Subject: Added the DESTDIR variable. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=dus.git;a=commitdiff_plain;h=179ad30f7c43b89e40cc39d06eb02adb6d724ed7 Added the DESTDIR variable. --- diff --git a/Makefile b/Makefile index 3325911..7d25f0a 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ # along with dus. 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 LDFLAGS=