From c72a720b97367fb7cd19c8d13e065979904286b9 Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Mon, 16 Jul 2018 10:58:38 -0700 Subject: [PATCH] makefile: update PREFIX to remove redundant slash Fixes: #488 Signed-off-by: Eric Ernst --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf68c09bc1..c77ddf3657 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ DESTDIR := / installing = $(findstring install,$(MAKECMDGOALS)) ifeq ($(PREFIX),) -PREFIX := /usr/ +PREFIX := /usr EXEC_PREFIX := $(PREFIX)/local else EXEC_PREFIX := $(PREFIX)