forked from huawei/openGauss-server
package打包添加simpleInstall目录
This commit is contained in:
parent
d663da319f
commit
53aab64916
|
|
@ -355,6 +355,7 @@ function target_file_copy()
|
||||||
copy_files_list "$1" $2
|
copy_files_list "$1" $2
|
||||||
|
|
||||||
cp ${SCRIPT_DIR}/version.cfg ${BUILD_DIR}/temp
|
cp ${SCRIPT_DIR}/version.cfg ${BUILD_DIR}/temp
|
||||||
|
cp -rf ${SCRIPT_DIR}/../../simpleInstall ${BUILD_DIR}/temp
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
die "copy ${SCRIPT_DIR}/version.cfg to ${BUILD_DIR}/temp failed"
|
die "copy ${SCRIPT_DIR}/version.cfg to ${BUILD_DIR}/temp failed"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue