[banshee] [bundle] fix mono package syntax error



commit ebb19a7ee996dc09c6612610b08d6a0598eac2f9
Author: Aaron Bockover <abockover novell com>
Date:   Thu Mar 25 15:11:19 2010 -0400

    [bundle] fix mono package syntax error

 build/bundle/packages/mono.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/build/bundle/packages/mono.py b/build/bundle/packages/mono.py
index c7cb571..b71f18d 100644
--- a/build/bundle/packages/mono.py
+++ b/build/bundle/packages/mono.py
@@ -12,10 +12,9 @@ class MonoPackage (Package):
 				'--with-moonlight=no',
 				'--enable-quiet-build'
 			]
-
-			# Mono (in libgc) likes to fail to build randomly
-			self.make = 'for((i=0;i<20;i++)); do make && break; done'
 		)
+		# Mono (in libgc) likes to fail to build randomly
+		self.make = 'for((i=0;i<20;i++)); do make && break; done'
 
 	def prep (self):
 		Package.prep (self)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]