浏览代码

Ensure mono uses fw_untar

Hamilton Turner 11 年之前
父节点
当前提交
8deeb3a530
共有 1 个文件被更改,包括 1 次插入1 次删除
  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