keepalived: Fix ip release

This commit is contained in:
William A. Kennington III
2015-06-27 23:19:05 -07:00
parent 3ea1c5bc0c
commit 90d041b4b5
2 changed files with 42 additions and 0 deletions
@@ -10,6 +10,9 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl net_snmp libnl ];
# Remove in 1.2.18
patches = [ ./fix-ip-release.patch ];
postPatch = ''
sed -i 's,$(DESTDIR)/usr/share,$out/share,g' Makefile.in
'';