|
@@ -570,7 +570,7 @@ if [ "$PHP_B" = true ] ; then
|
|
|
|
|
|
|
|
# clear up the source folder
|
|
# clear up the source folder
|
|
|
if [ "$KEEPBUILD" != 'true' ]; then
|
|
if [ "$KEEPBUILD" != 'true' ]; then
|
|
|
- rm -r $BUILD_DIR/php-$PHP_V
|
|
|
|
|
|
|
+ rm -r $BUILD_DIR/php-$(echo $PHP_V |cut -d"~" -f1)
|
|
|
rm -r $BUILD_DIR/openssl
|
|
rm -r $BUILD_DIR/openssl
|
|
|
rm -r $BUILD_DIR_HESTIAPHP
|
|
rm -r $BUILD_DIR_HESTIAPHP
|
|
|
if [ "$use_src_folder" == 'true' ] && [ -d $BUILD_DIR/hestiacp-$branch_dash ]; then
|
|
if [ "$use_src_folder" == 'true' ] && [ -d $BUILD_DIR/hestiacp-$branch_dash ]; then
|