···23 mv * $out/lib/ant/
2425 # Get rid of the manual (35 MiB). Maybe we should put this in a
26- # separate output. Also get rid of the Ant scripts since we
27- # provide our own.
00028 rm -rf $out/lib/ant/{manual,bin,WHATSNEW}
002930 # Install ant-contrib.
31 unpackFile $contrib
···23 mv * $out/lib/ant/
2425 # Get rid of the manual (35 MiB). Maybe we should put this in a
26+ # separate output. Keep the antRun script since it's vanilla sh
27+ # and needed for the <exec/> task (but since we set ANT_HOME to
28+ # a weird value, we have to move antRun to a weird location).
29+ # Get rid of the other Ant scripts since we provide our own.
30+ mv $out/lib/ant/bin/antRun $out/bin/
31 rm -rf $out/lib/ant/{manual,bin,WHATSNEW}
32+ mkdir $out/lib/ant/bin
33+ mv $out/bin/antRun $out/lib/ant/bin/
3435 # Install ant-contrib.
36 unpackFile $contrib