This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5892562  [build] Fix issue of ln directory
5892562 is described below

commit 58925625855e53ff52b5dbf69a2619bd54dee641
Author: Mingshen Sun <[email protected]>
AuthorDate: Thu Feb 13 15:43:15 2020 -0800

    [build] Fix issue of ln directory
---
 cmake/scripts/prep.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/scripts/prep.sh b/cmake/scripts/prep.sh
index 93148e3..cc7d1c0 100755
--- a/cmake/scripts/prep.sh
+++ b/cmake/scripts/prep.sh
@@ -29,7 +29,7 @@ cp -RT ${CMAKE_SOURCE_DIR}/keys/auditors/ 
${MESATEE_AUDITORS_DIR}/
 cp ${CMAKE_SOURCE_DIR}/config/runtime.config.toml 
${MESATEE_SERVICE_INSTALL_DIR}
 cp ${CMAKE_SOURCE_DIR}/config/runtime.config.toml ${MESATEE_TEST_INSTALL_DIR}
 cp -r ${CMAKE_SOURCE_DIR}/tests/fixtures/ ${MESATEE_TEST_INSTALL_DIR}
-ln -s ${MESATEE_TEST_INSTALL_DIR}/fixtures 
${MESATEE_SERVICE_INSTALL_DIR}/fixtures
+ln -f -s ${MESATEE_TEST_INSTALL_DIR}/fixtures 
${MESATEE_SERVICE_INSTALL_DIR}/fixtures
 cp -r ${CMAKE_SOURCE_DIR}/tests/scripts/ ${MESATEE_TEST_INSTALL_DIR}
 # create the following symlinks to make remapped paths accessible and avoid 
repeated building
 mkdir -p /tmp/mesatee_symlinks


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to