about summary refs log tree commit diff
path: root/pkgs/applications/editors/dhex/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/dhex/default.nix')
-rw-r--r--pkgs/applications/editors/dhex/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/dhex/default.nix b/pkgs/applications/editors/dhex/default.nix
index 45b7de900e26..7a0e9e59d7e5 100644
--- a/pkgs/applications/editors/dhex/default.nix
+++ b/pkgs/applications/editors/dhex/default.nix
@@ -12,9 +12,9 @@ stdenv.mkDerivation rec {
   buildInputs = [ ncurses ];
  
   installPhase = ''
-    ensureDir $out/bin
-    ensureDir $out/share/man/man1
-    ensureDir $out/share/man/man5
+    mkdir -p $out/bin
+    mkdir -p $out/share/man/man1
+    mkdir -p $out/share/man/man5
 
     cp dhex $out/bin
     cp dhex.1 $out/share/man/man1