haxe: Cosmetics - use -f flag on rm.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2013-05-25 18:41:11 +02:00
parent 64128b7297
commit 565b5b522f

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation {
postBuild = ''
find std/tools -name '*.n' -delete
rm std/tools/haxedoc/haxedoc std/tools/haxelib/haxelib
rm -f std/tools/haxedoc/haxedoc std/tools/haxelib/haxelib
'';
buildFlags = [ "all" "tools" ];