Skip to content

Commit

Permalink
Merge pull request #93949 from andersk/multipath-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jul 27, 2020
2 parents 89cb711 + a3a1e27 commit 7bf0f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/multipath-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
];

postPatch = ''
substituteInPlace libmultipath/Makefile --replace /usr/include/libdevmapper.h ${lvm2}/include/libdevmapper.h
substituteInPlace libmultipath/Makefile --replace /usr/include/libdevmapper.h ${stdenv.lib.getDev lvm2}/include/libdevmapper.h
sed -i -re '
s,^( *#define +DEFAULT_MULTIPATHDIR\>).*,\1 "'"$out/lib/multipath"'",
' libmultipath/defaults.h
Expand Down

0 comments on commit 7bf0f73

Please sign in to comment.