mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix script
This commit is contained in:
4
.github/scripts/rename/cmake.sh
vendored
4
.github/scripts/rename/cmake.sh
vendored
@@ -73,10 +73,10 @@ if grep -q '"xrpld"' "${DIRECTORY}/cmake/XrplCore.cmake"; then
|
|||||||
# The script has been rerun, so just restore the name of the binary.
|
# The script has been rerun, so just restore the name of the binary.
|
||||||
${SED_COMMAND} -i 's/"xrpld"/"rippled"/' "${DIRECTORY}/cmake/XrplCore.cmake"
|
${SED_COMMAND} -i 's/"xrpld"/"rippled"/' "${DIRECTORY}/cmake/XrplCore.cmake"
|
||||||
elif ! grep -q '"rippled"' "${DIRECTORY}/cmake/XrplCore.cmake"; then
|
elif ! grep -q '"rippled"' "${DIRECTORY}/cmake/XrplCore.cmake"; then
|
||||||
ghead -n -2 "${DIRECTORY}/cmake/XrplCore.cmake" > cmake.tmp
|
ghead -n -1 "${DIRECTORY}/cmake/XrplCore.cmake" > cmake.tmp
|
||||||
echo ' # For the time being, we will keep the name of the binary as it was.' >> cmake.tmp
|
echo ' # For the time being, we will keep the name of the binary as it was.' >> cmake.tmp
|
||||||
echo ' set_target_properties(xrpld PROPERTIES OUTPUT_NAME "rippled")' >> cmake.tmp
|
echo ' set_target_properties(xrpld PROPERTIES OUTPUT_NAME "rippled")' >> cmake.tmp
|
||||||
tail -2 "${DIRECTORY}/cmake/XrplCore.cmake" >> cmake.tmp
|
tail -1 "${DIRECTORY}/cmake/XrplCore.cmake" >> cmake.tmp
|
||||||
mv cmake.tmp "${DIRECTORY}/cmake/XrplCore.cmake"
|
mv cmake.tmp "${DIRECTORY}/cmake/XrplCore.cmake"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -225,7 +225,7 @@ if(xrpld)
|
|||||||
src/test/rpc/ValidatorRPC_test.cpp
|
src/test/rpc/ValidatorRPC_test.cpp
|
||||||
src/test/ledger/Invariants_test.cpp
|
src/test/ledger/Invariants_test.cpp
|
||||||
PROPERTIES SKIP_UNITY_BUILD_INCLUSION TRUE)
|
PROPERTIES SKIP_UNITY_BUILD_INCLUSION TRUE)
|
||||||
|
endif()
|
||||||
# For the time being, we will keep the name of the binary as it was.
|
# For the time being, we will keep the name of the binary as it was.
|
||||||
set_target_properties(xrpld PROPERTIES OUTPUT_NAME "rippled")
|
set_target_properties(xrpld PROPERTIES OUTPUT_NAME "rippled")
|
||||||
endif()
|
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user