build: fix typo in comment
This commit is contained in:
parent
049797d40a
commit
cc3ca63dbf
@ -199,7 +199,7 @@ func doInstall(cmdline []string) {
|
|||||||
build.MustRun(goinstall)
|
build.MustRun(goinstall)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// If we are cross compiling to ARMv5 ARMv6 or ARMv7, clean any prvious builds
|
// If we are cross compiling to ARMv5 ARMv6 or ARMv7, clean any previous builds
|
||||||
if *arch == "arm" {
|
if *arch == "arm" {
|
||||||
os.RemoveAll(filepath.Join(runtime.GOROOT(), "pkg", runtime.GOOS+"_arm"))
|
os.RemoveAll(filepath.Join(runtime.GOROOT(), "pkg", runtime.GOOS+"_arm"))
|
||||||
for _, path := range filepath.SplitList(build.GOPATH()) {
|
for _, path := range filepath.SplitList(build.GOPATH()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user