Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <abockover@novell.com>2010-03-25 22:11:19 +0300
committerAaron Bockover <abockover@novell.com>2010-03-25 22:11:19 +0300
commit6bae79a9728cdbbced7f3f9f009990efd6353a3e (patch)
treecf659eb3233beb7ba9763ad0cfef461113db862a /packages
parent5c0540591650f7e178cbf9a61c5adf734acb6a19 (diff)
[bundle] fix mono package syntax error
Diffstat (limited to 'packages')
-rw-r--r--packages/mono.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/mono.py b/packages/mono.py
index c7cb571..b71f18d 100644
--- a/packages/mono.py
+++ b/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)