···2323 mv * $out/lib/ant/
24242525 # Get rid of the manual (35 MiB). Maybe we should put this in a
2626- # separate output. Also get rid of the Ant scripts since we
2727- # provide our own.
2626+ # separate output. Keep the antRun script since it's vanilla sh
2727+ # and needed for the <exec/> task (but since we set ANT_HOME to
2828+ # a weird value, we have to move antRun to a weird location).
2929+ # Get rid of the other Ant scripts since we provide our own.
3030+ mv $out/lib/ant/bin/antRun $out/bin/
2831 rm -rf $out/lib/ant/{manual,bin,WHATSNEW}
3232+ mkdir $out/lib/ant/bin
3333+ mv $out/bin/antRun $out/lib/ant/bin/
29343035 # Install ant-contrib.
3136 unpackFile $contrib