fixed auto_complate and upgraded various modules.

This commit is contained in:
agentzh (章亦春)
2011-03-07 19:32:13 +08:00
parent e9d01174a0
commit 2a2a5f444d
3 changed files with 69 additions and 22 deletions

View File

@ -83,7 +83,7 @@ mv chaoslawful-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1
ver=0.1.6rc2
$root/util/get-tarball "http://github.com/chaoslawful/lua-nginx-module/tarball/v$ver" -O lua-nginx-module-$ver.tar.gz || exit 1
tar -xzf lua-nginx-module-$ver.tar.gz || exit 1
mv chaoslawful-lua-nginx-module-* lua-nginx-module-$ver || exit 1
mv chaoslawful-lua-nginx-module-* ngx_lua-$ver || exit 1
#################################