Update libzip.sh

pull/432/head
midoks 2 years ago
parent ca040e8986
commit 6a09706362
  1. 6
      plugins/php/lib/libzip.sh

@ -28,11 +28,9 @@ if [ ! -d ${SERVER_ROOT}/libzip ];then
fi fi
tar -zxvf libzip-1.3.2.tar.gz tar -zxvf libzip-1.3.2.tar.gz
cd libzip-1.3.2 cd ${SOURCE_ROOT}libzip-1.3.2
./configure --prefix=${SERVER_ROOT}/libzip && make && make install ./configure --prefix=${SERVER_ROOT}/libzip && make && make install
#cd $SOURCE_ROOT #cd $SOURCE_ROOT
#rm -rf libzip-1.3.2 rm -rf ${SOURCE_ROOT}libzip-1.3.2
#rm -rf libzip-1.3.2.tar.gz
fi fi
Loading…
Cancel
Save