Ver Fonte

Improve mono install script slightly

Hamilton Turner há 11 anos atrás
pai
commit
4a8b45a86b
1 ficheiros alterados com 3 adições e 1 exclusões
  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