multicharge: fix pkg-config

This commit is contained in:
Ryan Swart
2023-03-30 23:30:54 +08:00
parent d86d2e7f5a
commit f1937c1749
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
postInstall = ''
substituteInPlace $out/lib/pkgconfig/${pname}.pc \
--replace "''${prefix}" ""
--replace "''${prefix}/" ""
'';
doCheck = true;