1
0
mirror of https://github.com/skeeto/w64devkit.git synced 2025-07-28 16:41:58 +03:00

Auto silent "busybox --install" in activate.bat

This commit is contained in:
Christopher Wellons
2021-02-05 22:54:12 -05:00
parent 160bfa9d7b
commit e25a5704ca

View File

@ -339,7 +339,7 @@ RUN printf "\n===========\nwinpthreads\n===========\n\n" \
>>$PREFIX/COPYING.MinGW-w64-runtime.txt .
RUN cat /mingw-w64-v$MINGW_VERSION/mingw-w64-libraries/winpthreads/COPYING \
>>$PREFIX/COPYING.MinGW-w64-runtime.txt
RUN printf '@set PATH=%%~dp0\\bin;%%PATH%%\r\n@busybox sh -l\r\n' \
RUN printf '@set PATH=%%~dp0bin;%%PATH%%\r\n@busybox --install 2>nul\r\n@busybox sh -l\r\n' \
>$PREFIX/activate.bat
RUN echo $VERSION >$PREFIX/VERSION.txt
ENV PREFIX=${PREFIX}