about summary refs log tree commit diff
path: root/pkgs/applications/taxes/aangifte-2005/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/taxes/aangifte-2005/builder.sh')
-rw-r--r--pkgs/applications/taxes/aangifte-2005/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/taxes/aangifte-2005/builder.sh b/pkgs/applications/taxes/aangifte-2005/builder.sh
index e6b2bb8787ec3..8d284176d4447 100644
--- a/pkgs/applications/taxes/aangifte-2005/builder.sh
+++ b/pkgs/applications/taxes/aangifte-2005/builder.sh
@@ -10,7 +10,7 @@ buildPhase() {
 }
 
 installPhase() {
-    ensureDir $out
+    mkdir -p $out
     cp -prvd * $out/
 }