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/mono.py')
-rw-r--r--packages/mono.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/mono.py b/packages/mono.py
index 568f818..83ee2da 100644
--- a/packages/mono.py
+++ b/packages/mono.py
@@ -15,7 +15,7 @@ class MonoPackage (Package):
)
# Mono (in libgc) likes to fail to build randomly
- self.make = 'for((i=0;i<20;i++)); do make && break; done'
+ self.make = 'for i in 1 2 3 4 5 6 7 8 9 10; do make && break; done'
# def prep (self):
# Package.prep (self)