diff --git a/build/script/package_opengauss.sh b/build/script/package_opengauss.sh index 878538a1d..fd36ac247 100755 --- a/build/script/package_opengauss.sh +++ b/build/script/package_opengauss.sh @@ -355,6 +355,7 @@ function target_file_copy() copy_files_list "$1" $2 cp ${SCRIPT_DIR}/version.cfg ${BUILD_DIR}/temp + cp -rf ${SCRIPT_DIR}/../../simpleInstall ${BUILD_DIR}/temp if [ $? -ne 0 ]; then die "copy ${SCRIPT_DIR}/version.cfg to ${BUILD_DIR}/temp failed" fi