From f5d3573c3f5ed36185aa3fb67949544b857f1a55 Mon Sep 17 00:00:00 2001 From: Francesco Giancane Date: Mon, 26 Jun 2017 00:29:41 +0200 Subject: [PATCH 1/2] Makefile variable 'PREFIX' should be configurable. Signed-off-by: Francesco Giancane --- Makefile.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.install b/Makefile.install index 979ef0d..3606e1e 100644 --- a/Makefile.install +++ b/Makefile.install @@ -1,6 +1,6 @@ # # Installation paths. -PREFIX := /usr/local +PREFIX ?= /usr/local BINDIR := $(PREFIX)/bin SBINDIR := $(PREFIX)/sbin MANDIR := $(PREFIX)/share/man -- 2.9.4