replace: makeFlags is an array

svn path=/nixpkgs/trunk/; revision=12701
This commit is contained in:
Peter Simons 2008-08-25 10:00:17 +00:00
parent eddce10d13
commit 4dba81501f

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "1c2nkxx83vmlh1v3ib6r2xqh121gdb1rharwsimcb2h0xwc558dm";
};
makeFlags = "TREE=\$(out)";
makeFlags = ["TREE=\$(out)"];
postInstall = "mv \$out/bin/replace \$out/bin/replace-literal";