Compare commits

...

1 Commits
0.3 ... master

Author SHA1 Message Date
Gibheer 7b3b64bbdc fix binary location of installation 2020-03-06 17:08:37 +01:00
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}