Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pkgbuild's --install-location flag when fpm's --prefix is given. #1909

Merged
merged 1 commit into from
Nov 10, 2022

Commits on Nov 10, 2022

  1. Use pkgbuild's --install-location flag when fpm's --prefix is given.

    A user reported that on macOS Catalina, the default pkgbuild install
    location may result in a .pkg file which cannot be installed.
    
    This change makes fpm's `--prefix` option pass through to `pkgbuild`'s
    `--install-location` flag
    
    > With macOS Catalina, you can no longer store files or data in the read-only system volume, nor can you write to the "root" directory ( / ) from the command line, such as with Terminal.
    
    References:
    * macOS Catalina's new read-only root filesystem: https://support.apple.com/en-us/HT210650
    
    Fixes #1908
    jordansissel committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    367bf93 View commit details
    Browse the repository at this point in the history