mirror of
https://github.com/golang/go
synced 2024-11-26 20:11:26 -07:00
misc/dist: Specify a version for the darwin package.
R=golang-dev, adg CC=golang-dev https://golang.org/cl/13383045
This commit is contained in:
parent
c01945afc9
commit
b6866f1945
2
misc/dist/bindist.go
vendored
2
misc/dist/bindist.go
vendored
@ -327,7 +327,7 @@ func (b *Build) Do() error {
|
||||
dist := filepath.Join(runtime.GOROOT(), "misc/dist")
|
||||
_, err = b.run("", "pkgbuild",
|
||||
"--identifier", "com.googlecode.go",
|
||||
"--version", "1.0",
|
||||
"--version", version,
|
||||
"--scripts", filepath.Join(dist, "darwin/scripts"),
|
||||
"--root", work,
|
||||
filepath.Join(pkgdest, "com.googlecode.go.pkg"))
|
||||
|
Loading…
Reference in New Issue
Block a user