libdeflate: remove local prefix

This commit is contained in:
Orivej Desh 2020-05-19 22:23:11 +00:00
parent 4a8a4c2b99
commit 3389db60a1

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
}; };
postPatch = '' postPatch = ''
substituteInPlace Makefile --replace /usr $out substituteInPlace Makefile --replace /usr/local $out
''; '';
configurePhase = '' configurePhase = ''