1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-11 23:43:19 +00:00

In Dockerfile_maiko, for wsl1 case called makeright XX clean twice. Eliminated second call, which was deleting first run of makefile x

This commit is contained in:
Frank Halasz 2025-06-16 00:00:54 -07:00
parent 8e17c0747d
commit 6f42b353b2

View File

@ -29,7 +29,6 @@ RUN cd ${INSTALL_LOCATION}/bin \
export LDEARCH="${arch}-microsoft-wsl1" \
&& ./makeright x cleanup \
&& ./makeright x \
&& ./makeright init clean \
&& ./makeright init \
; \
fi