aboutsummaryrefslogtreecommitdiffhomepage
path: root/common/build-style/go.sh
diff options
context:
space:
mode:
Diffstat (limited to 'common/build-style/go.sh')
-rw-r--r--common/build-style/go.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/build-style/go.sh b/common/build-style/go.sh
index c9f476b95c7..d18116ee963 100644
--- a/common/build-style/go.sh
+++ b/common/build-style/go.sh
@@ -15,7 +15,7 @@ do_configure() {
if [ "${go_mod_mode}" != "off" ] && [ -f go.mod ]; then
# Skip GOPATH symlink for Go modules
msg_normal "Building $pkgname using Go modules.\n"
- elif [ "${go_get}" != "yes" ]; then
+ else
mkdir -p ${GOSRCPATH%/*}/
ln -fs "$PWD" "${GOSRCPATH}"
fi