1
0
mirror of https://github.com/jordansissel/fpm synced 2025-04-20 13:28:00 +02:00
fpm/lib/fpm
Jordan Sissel 367bf93f19 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
2022-11-09 22:43:19 -08:00
..
package Use pkgbuild's --install-location flag when fpm's --prefix is given. 2022-11-09 22:43:19 -08:00
util changed backports for backports/latest 2021-01-19 13:06:50 -08:00
command.rb Try to improve the flag description 2022-10-28 23:11:25 -07:00
errors.rb - style and docs 2012-03-02 01:20:49 -08:00
namespace.rb - style and docs 2012-03-02 01:20:49 -08:00
package.rb Call ERB.new correctly depending on the RUBY_VERSION 2022-05-01 22:39:04 -07:00
rake_task.rb last_comment is depricated replaced with last_description 2016-05-31 09:12:39 +02:00
util.rb Call String#dup on RUBY_VERSION to avoid crashing on older ruby versions 2022-11-02 21:49:17 -07:00
version.rb Version bump and update changelog 2022-03-31 00:09:25 -07:00