diff --git a/plugins/php/lib/libzip.sh b/plugins/php/lib/libzip.sh index f309af6c0..8bc35cbb3 100644 --- a/plugins/php/lib/libzip.sh +++ b/plugins/php/lib/libzip.sh @@ -28,11 +28,9 @@ if [ ! -d ${SERVER_ROOT}/libzip ];then fi 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 #cd $SOURCE_ROOT - #rm -rf libzip-1.3.2 - #rm -rf libzip-1.3.2.tar.gz - + rm -rf ${SOURCE_ROOT}libzip-1.3.2 fi \ No newline at end of file