about summary refs log tree commit diff
path: root/pkgs/games/andyetitmoves
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-06-30 14:56:10 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-06-30 14:56:10 +0200
commit40f7b0f9df5a35d56d4f44fc02067f49d104a191 (patch)
tree618348fbe292e1308c9f3c703f3b02c16ebe0b1c /pkgs/games/andyetitmoves
parent47075812ce0ca06e647ca8d2ab439dce060055a2 (diff)
downloadnixlib-40f7b0f9df5a35d56d4f44fc02067f49d104a191.tar
nixlib-40f7b0f9df5a35d56d4f44fc02067f49d104a191.tar.gz
nixlib-40f7b0f9df5a35d56d4f44fc02067f49d104a191.tar.bz2
nixlib-40f7b0f9df5a35d56d4f44fc02067f49d104a191.tar.lz
nixlib-40f7b0f9df5a35d56d4f44fc02067f49d104a191.tar.xz
nixlib-40f7b0f9df5a35d56d4f44fc02067f49d104a191.tar.zst
nixlib-40f7b0f9df5a35d56d4f44fc02067f49d104a191.zip
Another attempt to eradicate ensureDir
See c556a6ea46e71e1907d78b71fab36df30297b3ad.
Diffstat (limited to 'pkgs/games/andyetitmoves')
-rw-r--r--pkgs/games/andyetitmoves/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/andyetitmoves/default.nix b/pkgs/games/andyetitmoves/default.nix
index cf3f6e1563b8..ec14325e3d9e 100644
--- a/pkgs/games/andyetitmoves/default.nix
+++ b/pkgs/games/andyetitmoves/default.nix
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
   phases = "unpackPhase installPhase";
 
   installPhase = ''
-    ensureDir $out/{opt/andyetitmoves,bin}
+    mkdir -p $out/{opt/andyetitmoves,bin}
     cp -r * $out/opt/andyetitmoves/
 
     fullPath=${stdenv.gcc.gcc}/lib64