Update zlib.sh
This commit is contained in:
parent
96201fb21d
commit
b52cd33286
|
|
@ -13,7 +13,7 @@ rootPath=$(dirname "$rootPath")
|
|||
SERVER_ROOT=$rootPath/lib
|
||||
SOURCE_ROOT=$rootPath/source/lib
|
||||
|
||||
if [ ! -d ${SERVER_ROOT}/libiconv ];then
|
||||
if [ ! -d ${SERVER_ROOT}/zlib ];then
|
||||
|
||||
cd $SOURCE_ROOT
|
||||
if [ ! -f ${SOURCE_ROOT}/zlib-1.2.11.tar.gz ];then
|
||||
|
|
|
|||
Loading…
Reference in New Issue