diff --git a/build/script/aarch64_lite_list b/build/script/aarch64_lite_list index 46d59f9bf..ab67ceaea 100644 --- a/build/script/aarch64_lite_list +++ b/build/script/aarch64_lite_list @@ -10,6 +10,7 @@ ./bin/gs_restore ./bin/pg_config ./bin/pg_controldata +./bin/gs_probackup ./bin/pg_resetxlog ./bin/alarmItem.conf ./bin/retry_errcodes.conf diff --git a/build/script/cmake_package_mini.sh b/build/script/cmake_package_mini.sh index a558a5fd1..fb2380e7d 100644 --- a/build/script/cmake_package_mini.sh +++ b/build/script/cmake_package_mini.sh @@ -631,8 +631,7 @@ function target_file_copy() echo "Begin generate ${bin_name} bin file..." >> "$LOG_FILE" 2>&1 curpath=$(pwd) cd $2 - tar -zcf ${bin_name} . >> "$LOG_FILE" 2>&1 - mv ${bin_name} ${curpath} + tar -zcf ${curpath}/${bin_name} . >> "$LOG_FILE" 2>&1 cd ${curpath} if [ $? -ne 0 ]; then echo "Please check and makesure '7z' exist. " diff --git a/build/script/x86_64_lite_list b/build/script/x86_64_lite_list index 8857cfd68..7c7a95f6d 100644 --- a/build/script/x86_64_lite_list +++ b/build/script/x86_64_lite_list @@ -11,6 +11,7 @@ ./bin/pg_config ./bin/pg_controldata ./bin/pg_resetxlog +./bin/gs_probackup ./bin/alarmItem.conf ./bin/retry_errcodes.conf ./bin/cluster_guc.conf