summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/google-go-lang/google-go-lang.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/google-go-lang/google-go-lang.SlackBuild b/development/google-go-lang/google-go-lang.SlackBuild
index 5fe67dbf50..eab757bd9c 100644
--- a/development/google-go-lang/google-go-lang.SlackBuild
+++ b/development/google-go-lang/google-go-lang.SlackBuild
@@ -28,7 +28,7 @@
PRGNAM=google-go-lang
VERSION=${VERSION:-1.6.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
RELEASE=${RELEASE:-linux}
@@ -106,7 +106,7 @@ mkdir -p $PKG/etc/profile.d
cat > $PKG/etc/profile.d/go.csh.new << EOF
#!/bin/csh
setenv GOROOT ${GOROOT_FINAL}
-export PATH="\${GOROOT}/bin:\${PATH}"
+setenv PATH \${GOROOT}/bin:\${PATH}
EOF
cat > $PKG/etc/profile.d/go.sh.new << EOF
#!/bin/sh