From b6866f1945dc385fe08ec77899659f81a5f0221a Mon Sep 17 00:00:00 2001 From: Emil Hessman Date: Mon, 9 Sep 2013 09:36:39 +1000 Subject: [PATCH] misc/dist: Specify a version for the darwin package. R=golang-dev, adg CC=golang-dev https://golang.org/cl/13383045 --- misc/dist/bindist.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/dist/bindist.go b/misc/dist/bindist.go index 5bb3c8be13..ea716ffd6b 100644 --- a/misc/dist/bindist.go +++ b/misc/dist/bindist.go @@ -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")) -- 2.50.0