* "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:
@@ -16,5 +16,5 @@ stdenv.mkDerivation rec {
|
||||
|
||||
preBuild = "cd fingerd";
|
||||
|
||||
preInstall = '' ensureDir $out/man/man8 $out/sbin '';
|
||||
preInstall = '' mkdir -p $out/man/man8 $out/sbin '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user