1 Star 0 Fork 0

FISCO-BCOS/bcos-tars-services

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
patchTars.sh 957 Bytes
一键复制 编辑 原始数据 按行查看 历史
莫楠 提交于 2021-05-27 19:06 . update patcher
#!/bin/bash
tars_path=$1
target_path=${2//\//\\/}
perl -i.bak -npe 's/^(\s*)(set\(CMAKE_INSTALL_PREFIX.*)/\1#\2/g' ${tars_path}/cmake/Common.cmake
perl -i.bak -npe 's/^(\s*TARS_PATH\s*\:\=.*)/TARS_PATH:='${target_path}'/g' ${tars_path}/servant/makefile/makefile.tars
perl -i.bak -npe 's/^(^\s*set\(.*)\/usr\/local\/tars(.*)/\1'"${target_path}"'\2/g' ${tars_path}/servant/makefile/tars-tools.cmake
perl -i.bak -npe 's/(.*)\/home\/tarsproto\/(.*)/\1'"${target_path}\/tarsproto"'\2/g' ${tars_path}/servant/makefile/tars-tools.cmake
perl -i.bak -npe 's/(.*)\$ENV\{HOME\}\/tarsproto\/protocol(.*)/\1'"${target_path}\/tarsproto"'\2/g' ${tars_path}/servant/makefile/tars-tools.cmake
perl -i.bak -npe 's/\/home\/tarsproto\/protocol\//'"${target_path}\/tarsproto"'/g' ${tars_path}/servant/protocol/servant/CMakeLists.txt
perl -i.bak -npe 's/\$ENV\{HOME\}\/tarsproto\/protocol\//'"${target_path}\/tarsproto"'/g' ${tars_path}/servant/protocol/servant/CMakeLists.txt
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/FISCO-BCOS/bcos-tars-services.git
git@gitee.com:FISCO-BCOS/bcos-tars-services.git
FISCO-BCOS
bcos-tars-services
bcos-tars-services
dev

搜索帮助