fixed the link for lua-cjson-1.0.3 in our mirror-tarballs script. thanks Weibin Yao.

This commit is contained in:
agentzh (章亦春) 2011-12-12 16:03:37 +08:00
parent 0e42b1d9ef
commit 89d675fa91
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ cd ..
#################################
ver=1.0.3
$root/util/get-tarball "http://www.kyne.com.au/~mark/software/lua-cjson-$ver.tar.gz" -O "lua-cjson-$ver.tar.gz" || exit 1
$root/util/get-tarball "http://www.kyne.com.au/~mark/software/old/lua-cjson-$ver.tar.gz" -O "lua-cjson-$ver.tar.gz" || exit 1
tar -xzf lua-cjson-$ver.tar.gz || exit 1
cd lua-cjson-$ver || exit 1
#patch -p1 < $root/patches/lua_cjson-$ver-array_detection_fix.patch || exit 1