Commit b6866f19 authored by Emil Hessman's avatar Emil Hessman Committed by Andrew Gerrand

misc/dist: Specify a version for the darwin package.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/13383045
parent c01945af
......@@ -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"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment