From 5b9458f33e7513711f6d0e47de34ac46aa562b93 Mon Sep 17 00:00:00 2001 From: Clovis Durand Date: Tue, 8 Dec 2020 12:53:26 +0100 Subject: [PATCH] Removed extraneous "/" at end of PREFIX in Makefile Signed-off-by: Clovis Durand --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9657630f3..f555f907b 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ ifneq ($(GOARCH),amd64) CROSS+=-e GOARCH=$(GOARCH) endif -PREFIX?=/usr/local/ +PREFIX?=/usr/local .DELETE_ON_ERROR: