From 53aab64916e7858e5cede2fc781f0fe393d8e8ce Mon Sep 17 00:00:00 2001 From: zhang_xubo <2578876417@qq.com> Date: Thu, 30 Sep 2021 10:01:58 +0800 Subject: [PATCH] =?UTF-8?q?package=E6=89=93=E5=8C=85=E6=B7=BB=E5=8A=A0simp?= =?UTF-8?q?leInstall=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/script/package_opengauss.sh | 1 + 1 file changed, 1 insertion(+) 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