forked from mirrors/nixpkgs
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 = ''
|
||||
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" ];
|
||||
|
|
Loading…
Reference in a new issue