pull/1867/head
Yuri Astrakhan 2021-12-29 22:21:19 -05:00
parent f2010dd876
commit 3eadc8650c
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ CMD set -e ; \
if [ ! -d /output ] ; then \
echo 'The /output dir is not set. Use "docker run -v <path>:/output ..." to copy build results into the <path> 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