From: Bazza Date: Sun, 14 Dec 2014 23:58:28 +0000 (-0300) Subject: error in depends X-Git-Tag: 15.01-RC2~1^2^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7736f9c236c1ba3e6492e50d574746db54faebed;p=cura.git error in depends --- diff --git a/package.sh b/package.sh index 1dd7b735..3201a98b 100755 --- a/package.sh +++ b/package.sh @@ -108,8 +108,8 @@ cd "$SCRIPT_DIR" checkTool git "git: http://git-scm.com/" checkTool curl "curl: http://curl.haxx.se/" -checkTool avr-gcc "avr-gcc: http://winavr.sourceforge.net/ " if [ $BUILD_TARGET = "win32" ]; then + checkTool avr-gcc "avr-gcc: http://winavr.sourceforge.net/ " #Check if we have 7zip, needed to extract and packup a bunch of packages for windows. checkTool 7z "7zip: http://www.7-zip.org/" checkTool $MAKE "mingw: http://www.mingw.org/"