Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2394 from not-for-me/patch-1
Browse files Browse the repository at this point in the history
Fix broken symlink of mongodb
  • Loading branch information
heifner authored Apr 17, 2018
2 parents 17d61bc + 1aceb64 commit aeb5205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/eosio_build_amazon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
fi
tar xf cmake-3.10.2.tar.gz
rm -f cmake-3.10.2.tar.gz
ln -s cmake-3.10.2/ cmake
ln -s ${HOME}/opt/cmake-3.10.2/ cmake
cd cmake
./bootstrap
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit aeb5205

Please sign in to comment.