mirror of
https://github.com/golang/go
synced 2024-11-14 07:20:22 -07:00
dd731478b8
Fixes #2327. R=golang-dev, rsc, roberto, jdpoirier CC=golang-dev https://golang.org/cl/5375049
10 lines
423 B
Plaintext
10 lines
423 B
Plaintext
Use image.bash to construct a disk image.
|
|
|
|
package.bash constructs a package file (Go.pkg) for installation on OS X, and
|
|
is used by image.bash to construct a disk image. Strictly speaking, the disk
|
|
image is unnecessary, but they are more common by convention.
|
|
|
|
These scripts depend on PackageMaker (Developer Tools), osascript, and hdiutil.
|
|
Appropriate checks are run in utils.bash, called at the beginning of each
|
|
script.
|