unixorn / luggage

Project to automate OS X package creation without using the packagemaker GUI
https://github.com/unixorn/luggage/wiki
391 stars 72 forks source link

Allow packages to install to volumes other than root. #21

Closed rustymyers closed 13 years ago

rustymyers commented 13 years ago

luggage.make: • Added variable to set IFPkgFlagRootVolumeOnly to true (default behavior) • Added sed command to update ROOT_ONLY in luggage.pkg.plist prototype.plist • Replaced "true" with "{ROOT_ONLY}" in IFPkgFlagRootVolumeOnly key

rustymyers commented 13 years ago

Yeah...I went crazy and starting adding other commits to my repo, not realizing they would be part of the pull request. Not sure how to clear out the commits so they don't show, but I was able to revert it to just the changes I initially committed.

glarizza commented 13 years ago

Yeah, Github is 'helpful' in that if you continue committing to a branch onto which you filed a pull request, it will roll those into the request. :)