[GitHub] madlib pull request #331: Build: Include preflight and postflight scripts fo...

2018-10-09 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/madlib/pull/331


---


[GitHub] madlib pull request #331: Build: Include preflight and postflight scripts fo...

2018-10-09 Thread kaknikhil
GitHub user kaknikhil opened a pull request:

https://github.com/apache/madlib/pull/331

Build: Include preflight and postflight scripts for mac

Commit #441f16bd55d2a26e4dd59df6129c6092f099cbca introduced a bug where
the preflight and postflight scripts for mac were not getting included
in the .dmg file. This commit adds an if check for the APPLE platform to
include these scripts necessary for dmg installation.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/madlib/madlib bugfix/cmake-package

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/madlib/pull/331.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #331


commit 08d85c0b09765ce4aea045611f62843db4c83e94
Author: Nikhil Kak 
Date:   2018-10-09T19:07:06Z

Build: Include preflight and postflight scripts for mac

Commit #441f16bd55d2a26e4dd59df6129c6092f099cbca introduced a bug where
the preflight and postflight scripts for mac were not getting included
in the .dmg file. This commit adds an if check for the APPLE platform to
include these scripts necessary for dmg installation.




---