Browse Source

Ensure mono uses fw_untar

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

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

@@ -8,7 +8,7 @@ RETCODE=$(fw_exists mono-3.2.8)
   return 0; }
 
 fw_get http://download.mono-project.com/sources/mono/mono-3.2.8.tar.bz2 -O mono-3.2.8.tar.bz2
-tar vxf mono-3.2.8.tar.bz2
+fw_untar mono-3.2.8.tar.bz2
 cd mono-3.2.8 
 ./configure --disable-nls --prefix=/usr/local
 make get-monolite-latest