build: docker: scripts: autotools: do not fail if .m2/ exists

Previously, when doing manual runs inside of the docker container,
the `autotools.sh` script would fail if the `.m2/` directory already
existed. This was a minor annoyance.

Simply pass the `-p` flag to `mkdir`.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
1 file changed