projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7d03a3
)
fix GOBIN_REAL/bin typo
author
AJ ONeal
<coolaj86@gmail.com>
Sun, 14 Jun 2020 08:28:26 +0000
(
02:28
-0600)
committer
AJ ONeal
<coolaj86@gmail.com>
Sun, 14 Jun 2020 08:28:26 +0000
(
02:28
-0600)
golang/install.bash
patch
|
blob
|
history
diff --git
a/golang/install.bash
b/golang/install.bash
index af3c34e5e2f447c1be64ae7425d1fb4ddcd32ade..017bdc6389789cf2195e27b7aac6579161a91588 100644
(file)
--- a/
golang/install.bash
+++ b/
golang/install.bash
@@
-73,7
+73,7
@@
pkg_link_new_version() {
# 'GOBIN' is set above to "${HOME}/go"
# 'GOBIN_REAL' will be "${HOME}/.local/opt/go-bin-v${WEBI_VERSION}"
rm -rf "$GOBIN"
- mkdir -p "$GOBIN_REAL"
+ mkdir -p "$GOBIN_REAL
/bin
"
ln -s "$GOBIN_REAL" "$GOBIN"
}