Update libiconv.sh

This commit is contained in:
midoks 2022-06-15 01:54:59 +08:00
parent 0559f7936e
commit 024fa6a4af
1 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,6 @@ if [ ! -d ${SERVER_ROOT}/libiconv ];then
cd libiconv-1.15
./configure --prefix=${SERVER_ROOT}/libiconv --enable-static
cd $SOURCE_ROOT
rm -rf libiconv-1.15
rm -rf libiconv-1.15.tar.gz
#rm -rf libiconv-1.15
#rm -rf libiconv-1.15.tar.gz
fi