keepalived: Fix ip release
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user