* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
This commit is contained in:
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
# workaround: otherwise make install fails (should be fixed in trunk)
|
||||
preInstall = "ensureDir $out/bin $out/man/man1";
|
||||
preInstall = "mkdir -p $out/bin $out/man/man1";
|
||||
|
||||
makeFlags = "PREFIX=\${out}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user