haxe: Cosmetics - use -f flag on rm.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
64128b7297
commit
565b5b522f
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
find std/tools -name '*.n' -delete
|
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" ];
|
buildFlags = [ "all" "tools" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user