Fix BUILDDEPS paths for golang installation

This commit is contained in:
Harshavardhana
2015-06-22 12:07:23 -07:00
parent c340a10e8f
commit 7a060110ff
4 changed files with 67 additions and 113 deletions

View File

@@ -81,7 +81,7 @@ check_golang_env() {
if [ $? -eq 1 ]; then
echo "ERROR"
echo "GOROOT environment variable missing, please refer to Go installation document"
echo "https://github.com/minio/minio/blob/master/BUILDDEPS.md#install-go-13"
echo "https://github.com/minio/minio/blob/master/INSTALLGO.md#install-go-13"
exit 1
fi
@@ -89,7 +89,7 @@ check_golang_env() {
if [ $? -eq 1 ]; then
echo "ERROR"
echo "GOPATH environment variable missing, please refer to Go installation document"
echo "https://github.com/minio/minio/blob/master/BUILDDEPS.md#install-go-13"
echo "https://github.com/minio/minio/blob/master/INSTALLGO.md#install-go-13"
exit 1
fi
}
@@ -188,7 +188,7 @@ main() {
echo "Please install them "
echo "${MISSING}"
echo
echo "Follow https://github.com/minio/minio/blob/master/BUILDDEPS.md for further instructions"
echo "Follow https://github.com/minio/minio/blob/master/INSTALLGO.md for further instructions"
exit 1
fi
echo "Done"