Rename geth binary to fgeth

This commit is contained in:
Said Syakin 2018-02-01 01:58:11 +04:00
parent 9e7ee2c892
commit f353505c69

View file

@ -197,6 +197,8 @@ func doInstall(cmdline []string) {
goinstall.Args = append(goinstall.Args, "-v")
goinstall.Args = append(goinstall.Args, packages...)
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
}
// If we are cross compiling to ARMv5 ARMv6 or ARMv7, clean any prvious builds