mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Rename geth binary to fgeth
This commit is contained in:
parent
9e7ee2c892
commit
f353505c69
1 changed files with 2 additions and 0 deletions
|
|
@ -197,6 +197,8 @@ func doInstall(cmdline []string) {
|
||||||
goinstall.Args = append(goinstall.Args, "-v")
|
goinstall.Args = append(goinstall.Args, "-v")
|
||||||
goinstall.Args = append(goinstall.Args, packages...)
|
goinstall.Args = append(goinstall.Args, packages...)
|
||||||
build.MustRun(goinstall)
|
build.MustRun(goinstall)
|
||||||
|
os.Rename(filepath.Join(GOBIN, "geth"), filepath.Join(GOBIN, "fgeth"))
|
||||||
|
os.Rename(filepath.Join(GOBIN, "geth.exe"), filepath.Join(GOBIN, "fgeth.exe"))
|
||||||
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 prvious builds
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue