From 3fe4d7d0dff7ad4ddffb914e600c462fc6ef526c Mon Sep 17 00:00:00 2001 From: Stanley F Date: Mon, 23 Jul 2018 08:31:13 +0200 Subject: [PATCH] do not delete mxe's .git directory --- common.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.windows b/common.windows index e57b7a0..eb9c1c7 100644 --- a/common.windows +++ b/common.windows @@ -96,7 +96,7 @@ RUN \ # Cleanup: By keeping the MXE build system (Makefile, ...), derived images will be able to install # additional packages. # - rm -rf .git log pkg && \ + rm -rf log pkg && \ # # Update MXE toolchain file #