| commit | ef3d52e04c085a37fa0f1ba4c837c2b0456d6012 | [log] [tgz] |
|---|---|---|
| author | Chris Friedt <cfriedt@meta.com> | Sun Oct 23 09:28:42 2022 -0400 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Sun Oct 23 22:08:51 2022 +0200 |
| tree | f9ff359229336c450253915007fb4c241dfa73f4 | |
| parent | efea6975016246ac7f90bd04b188ead8a32467ac [diff] |
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>