Another attempt to eradicate ensureDir

See c556a6ea46.
This commit is contained in:
Eelco Dolstra
2014-06-30 14:56:10 +02:00
parent 47075812ce
commit 40f7b0f9df
128 changed files with 173 additions and 173 deletions

View File

@@ -11,7 +11,7 @@ stdenv.mkDerivation {
buildInputs = [ ncurses ];
installPhase = ''
ensureDir $out/bin
mkdir -p $out/bin
cp bsod $out/bin
'';

View File

@@ -89,7 +89,7 @@ let vimHelpTags = ''
installPhase = ''
target=$out/vim-plugins/$path
ensureDir $out/vim-plugins
mkdir -p $out/vim-plugins
cp -r . $target
${vimHelpTags}
vimHelpTags $target