Commit ead3dfcc authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Minor update for build helper

parent 95b1f43d
......@@ -63,7 +63,7 @@ install_boost_1_66() {
#git clone $GIT_URL
wget $BOOST_URL
tar --bzip2 -xf boost_1_66_0.tar.bz2
cp -r boost_1_66_0/boost /usr/include
cp -fR boost_1_66_0/boost /usr/include
ret=$?;[[ $ret -ne 0 ]] && popd && return $ret
popd
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment