Selaa lähdekoodia

I suck.

Fixed OSX Installer thinking builds failed that didn't
Fixes issue 1134


git-svn-id: http://svn.dmdirc.com/trunk@3903 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 vuotta sitten
vanhempi
commit
8825b0eb7b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      installer/osx/makeInstallerOSX.sh

+ 1
- 1
installer/osx/makeInstallerOSX.sh Näytä tiedosto

@@ -431,7 +431,7 @@ if [ "" = "${HDIUTIL}" ]; then
431 431
 		createImage ${IMAGESIZE}
432 432
 	done;
433 433
 	
434
-	if [ ${MVRES} -eq 0 ]; then
434
+	if [ ${MVRES} -ne 0 ]; then
435 435
 		echo "OSX Build Failed - Imagesize: ${IMAGESIZE}"
436 436
 		exit 1;
437 437
 	fi;

Loading…
Peruuta
Tallenna