summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/nedit/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/nedit/builder.sh')
-rw-r--r--pkgs/applications/editors/nedit/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/nedit/builder.sh b/pkgs/applications/editors/nedit/builder.sh
index 51b5f1836546..15706b0c37dd 100644
--- a/pkgs/applications/editors/nedit/builder.sh
+++ b/pkgs/applications/editors/nedit/builder.sh
@@ -3,7 +3,7 @@ source $stdenv/setup
export NIX_CFLAGS_COMPILE="-DBUILD_UNTESTED_NEDIT -L$motif/lib $NIX_CFLAGS_COMPILE"
installPhase() {
- ensureDir $out/bin
+ mkdir -p $out/bin
cp -p source/nedit source/nc $out/bin
}