Codebase list massdns / a8e0662 debian / patches / Allow-PREFIX-override-in-Makefile.patch
a8e0662

Tree @a8e0662 (Download .tar.gz)

Allow-PREFIX-override-in-Makefile.patch @a8e0662raw · history · blame

From: Sophie Brun <[email protected]>
Date: Thu, 10 Dec 2020 17:13:28 +0100
Subject: Allow PREFIX override in Makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 551fbb2..c7a3070 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PREFIX=/usr/local
+PREFIX ?= /usr/local
 
 all:
 	mkdir -p bin