Browse Source

873 renamed mono folder

Contributor added some install improvements for mono,
added a quick command to change the install folder name.
James Yen 11 years ago
parent
commit
65448f38af
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolset/setup/linux/installer.py

+ 1 - 0
toolset/setup/linux/installer.py

@@ -172,6 +172,7 @@ class Installer:
     self.__run_command("make get-monolite-latest", cwd="mono-3.2.8")
     self.__run_command("make get-monolite-latest", cwd="mono-3.2.8")
     self.__run_command("make -j4 EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/basic.exe", cwd="mono-3.2.8")
     self.__run_command("make -j4 EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/basic.exe", cwd="mono-3.2.8")
     self.__run_command("sudo make install", cwd="mono-3.2.8")
     self.__run_command("sudo make install", cwd="mono-3.2.8")
+    self.__run_command("mv mono-3.2.8 mono");
 
 
     self.__run_command("mozroots --import --sync", retry=True)
     self.__run_command("mozroots --import --sync", retry=True)