From 381622e323f75fc48cf67869a7629e48419dc242 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 29 Nov 2015 21:31:43 +0000 Subject: Make setup.exe executable after download, so we can run it. --- infrastructure/mingw/compile-boxbackup-cygwin.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'infrastructure/mingw') diff --git a/infrastructure/mingw/compile-boxbackup-cygwin.sh b/infrastructure/mingw/compile-boxbackup-cygwin.sh index 870e0dcd..88294218 100755 --- a/infrastructure/mingw/compile-boxbackup-cygwin.sh +++ b/infrastructure/mingw/compile-boxbackup-cygwin.sh @@ -6,6 +6,7 @@ set -x wget -c https://cygwin.com/setup-x86_64.exe \ || powershell wget https://cygwin.com/setup-x86_64.exe -UseBasicParsing -outfile setup-x86_64.exe +chmod a+x setup-x86_64.exe ./setup-x86_64.exe --quiet-mode --packages \ "autoconf,automake,gdb,make,mingw64-x86_64-gcc,mingw64-x86_64-gcc-g++, ,mingw64-x86_64-zlib,libxml2,libxslt,perl,subversion,unzip,vim,wget" @@ -43,12 +44,3 @@ tar xjf `basename $pcre_url` make install ) -svn co https://www.boxbackup.org/svn/box/trunk/ bb-trunk -( - cd bb-trunk - ./infrastructure/mingw/configure.sh - make - ./infrastructure/mingw/runtest.sh ALL - ./infrastructure/mingw/runtest.sh ALL release -) - -- cgit v1.2.3