From 4700d21bb366a479ee67d1d734747b68dab85539 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 9 Nov 2018 10:20:48 +0100 Subject: [PATCH] Make DESTDIR overridable Allow the user to set the installation root as an alternative to "/". Contributed by Per Olav Kroka. Signed-off-by: Jean Delvare --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2056a53..37d9011 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. -DESTDIR = +DESTDIR ?= prefix = /usr/local bindir = $(prefix)/bin sbindir = $(prefix)/sbin