replace: makeFlags is an array
svn path=/nixpkgs/trunk/; revision=12701
This commit is contained in:
parent
eddce10d13
commit
4dba81501f
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1c2nkxx83vmlh1v3ib6r2xqh121gdb1rharwsimcb2h0xwc558dm";
|
sha256 = "1c2nkxx83vmlh1v3ib6r2xqh121gdb1rharwsimcb2h0xwc558dm";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = "TREE=\$(out)";
|
makeFlags = ["TREE=\$(out)"];
|
||||||
|
|
||||||
postInstall = "mv \$out/bin/replace \$out/bin/replace-literal";
|
postInstall = "mv \$out/bin/replace \$out/bin/replace-literal";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user