Browse Source

Improve mono install script slightly

Hamilton Turner 11 years ago
parent
commit
4a8b45a86b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      toolset/setup/linux/languages/mono.sh

+ 3 - 1
toolset/setup/linux/languages/mono.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 
 
-RETCODE=$(fw_exists mono-3.2.8)
+RETCODE=$(fw_exists mono-3.2.8.installed)
 [ ! "$RETCODE" == 0 ] || { \
   echo "Installing RootCAs from Mozilla..."; 
   mozroots --import --sync;
@@ -18,3 +18,5 @@ sudo make install
 sudo apt-get -y install mono-devel
 echo "Installing RootCAs from Mozilla..."; 
 mozroots --import --sync;
+
+touch mono-3.2.8.installed