From 179ad30f7c43b89e40cc39d06eb02adb6d724ed7 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 27 Dec 2011 12:06:56 +0100 Subject: [PATCH] Added the DESTDIR variable. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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= -- 2.20.1