dist: Tweak the OSX pkg installer

This performs a few touch-ups to the OSX installer:

* A rust logo is shown during installation
* The installation happens to /usr/local by default (instead of /)
* A new welcome screen is shown that's slightly more relevant
This commit is contained in:
Alex Crichton 2014-03-28 14:35:43 -07:00
parent b8601a3d8b
commit bec333c4bc
5 changed files with 35 additions and 3 deletions

1
.gitattributes vendored
View file

@ -5,6 +5,7 @@
*.h rust
*.rs rust
src/etc/pkg/rust-logo.ico binary
src/etc/pkg/rust-logo.png binary
src/rt/msvc/* -whitespace
src/rt/vg/* -whitespace
src/rt/jemalloc/**/* -whitespace