summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure')
-rwxr-xr-xinfrastructure/mingw/compile-boxbackup-cygwin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/mingw/compile-boxbackup-cygwin.sh b/infrastructure/mingw/compile-boxbackup-cygwin.sh
index 12afa120..7f55e4f5 100755
--- a/infrastructure/mingw/compile-boxbackup-cygwin.sh
+++ b/infrastructure/mingw/compile-boxbackup-cygwin.sh
@@ -19,7 +19,7 @@ latest_openssl=`wget -O- -q $openssl_source \
| sed -e 's/.tar.gz">.*//' -e 's/.*"//' | sort | tail -1`
wget -c $openssl_source/$latest_openssl.tar.gz
-tar xzf $latest_openssl.tar.gz
+tar xzf $latest_openssl.tar.gz --exclude $latest_openssl/Makefile
(
cd $latest_openssl
[ -r Makefile ] || \