do not delete mxe's .git directory

This commit is contained in:
Stanley F 2018-07-23 08:31:13 +02:00
parent c2e7513eed
commit 3fe4d7d0df

View File

@ -96,7 +96,7 @@ RUN \
# Cleanup: By keeping the MXE build system (Makefile, ...), derived images will be able to install # Cleanup: By keeping the MXE build system (Makefile, ...), derived images will be able to install
# additional packages. # additional packages.
# #
rm -rf .git log pkg && \ rm -rf log pkg && \
# #
# Update MXE toolchain file # Update MXE toolchain file
# #