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

Makefile should gracefully handle the absence of PackageMaker.app #60

Closed vmiller closed 9 years ago

vmiller commented 9 years ago

Since using pkgbuild is the default action, we should not assume that PackageMaker is installed when 'make bootstrap_files' is executed, but if present we should set up the sym link as we have been doing.

n8felton commented 9 years ago

LGTM