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

fsharp-noinstall.patch « patches « MacSDK « packaging - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 133726cb1b383923eb714b4c7cacbe4ff38e6523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/mono/build-mono.sh b/mono/build-mono.sh
index 12e49fa..85145a9 100755
--- a/mono/build-mono.sh
+++ b/mono/build-mono.sh
@@ -3,6 +3,6 @@
 # Bootstrap the compiler
 # Install the compiler
 ./mono/prepare-mono.sh && \
-make && \
-sudo make install
+make && make install
+