fix binary location of installation

This commit is contained in:
Gibheer 2020-03-06 17:08:37 +01:00
parent 89140a1022
commit 7b3b64bbdc
1 changed files with 1 additions and 1 deletions

View File

@ -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}