mirror of https://github.com/golang/go.git
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
|
|
@ -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