3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

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" ];