1
0
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:
Emil Hessman 2013-09-09 09:36:39 +10:00 committed by Andrew Gerrand
parent c01945afc9
commit b6866f1945

View File

@ -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"))