pbzip2: fix a problem due to my bad refactoring

This commit is contained in:
Vladimír Čunát 2015-11-24 10:07:21 +01:00
parent bf58d24fe6
commit 60e5e837bb

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
preBuild = "substituteInPlace Makefile --replace g++ c++";
installFlags = "PREFIX=$out";
installFlags = "PREFIX=$(out)";
meta = with stdenv.lib; {
homepage = http://compression.ca/pbzip2/;