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:
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)