Skip to content

Commit

Permalink
Merge pull request #61 from jupierce/cmake3
Browse files Browse the repository at this point in the history
Bug 1872080: Prevent cmake symlink creation if file is present
  • Loading branch information
openshift-merge-robot authored Sep 8, 2020
2 parents 5b383fe + 0ec2a68 commit 4f69892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opt_maven_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [[ "$1" == "true" ]]; then
export PATH=${PATH}:${M2_HOME}/bin
popd

ln -s /usr/bin/cmake3 /usr/bin/cmake
test -e /usr/bin/cmake || ln -s /usr/bin/cmake3 /usr/bin/cmake
export CMAKE_C_COMPILER=gcc CMAKE_CXX_COMPILER=g++

# Build hadoop
Expand Down

0 comments on commit 4f69892

Please sign in to comment.