From cd1e52eb7ad050c083703662dfbb870e57c3a1f0 Mon Sep 17 00:00:00 2001 From: Mike Usenko Date: Tue, 8 Nov 2016 22:07:20 +0300 Subject: [PATCH] allow DESTDIR to be set from the environment --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile b/src/makefile index 2ffd7d9..2dfe549 100644 --- a/src/makefile +++ b/src/makefile @@ -102,7 +102,7 @@ LDIR?=$(LDIR_$(PLAT)) # DESTDIR: (no default) # used by package managers to install into a temporary destination -DESTDIR= +DESTDIR?= #------ # Definitions below can be overridden on the make command line, but