From 7b3b64bbdc6b7330fc70ec3c9a814cc5e7aba452 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Fri, 6 Mar 2020 17:08:37 +0100 Subject: [PATCH] fix binary location of installation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f303f2..469625c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ VERSION != git describe --tags install: install -d ${sysconfdir} install -m 644 carp_failover.conf ${sysconfdir}/${NAME}.conf.sample - install carp_failover ${exec_prefix} + install carp_failover ${bindir} release: mkdir ${NAME}-${VERSION}