From 3eadc8650c44ff66309a9cec9084579a9925d5ab Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Wed, 29 Dec 2021 22:21:19 -0500 Subject: [PATCH] typo fix --- Dockerfile.mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.mingw b/Dockerfile.mingw index 75371165..1687be5a 100644 --- a/Dockerfile.mingw +++ b/Dockerfile.mingw @@ -192,7 +192,7 @@ CMD set -e ; \ if [ ! -d /output ] ; then \ echo 'The /output dir is not set. Use "docker run -v :/output ..." to copy build results into the dir. To explore this container, append "bash" at the end of docker run command.' ; \ else \ - mkdir -p /output/bin + mkdir -p /output/bin ; \ cp -v /usr/local/${HOST}/bin/aria2c.exe /output/bin ; \ if [ "${LIBARIA2}" = "enable" ] ; then \ mkdir -p /output/lib