We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Was testing the haproxy package for OSX, and was having difficulty with the gzip:
gzip
/opt/boxen/rbenv/versions/2.0.0-p451/lib/ruby/gems/2.0.0/gems/fpm-cookery-0.25.0/lib/fpm/cookery/utils.rb:12:in `safesystem': 'system(["/bin/gzip", #<FPM::Cookery::Path:/Users/peterso/Projects/capd-fpm-cookery/haproxy/tmp-dest/usr/share/man/man1/haproxy.1>])' failed with error code: 127 (RuntimeError) from /Users/peterso/Projects/capd-fpm-cookery/haproxy/recipe.rb:51:in `install'
Darwin has a different gzip path:
$ which gzip /usr/bin/gzip
So it'd be nice to change this up so it can find the correct gzip! 👍
The text was updated successfully, but these errors were encountered:
Basic spike here: https://github.com/petems/fpm-recipes/tree/allow_dynamic_gzip_path
Sorry, something went wrong.
No branches or pull requests
Was testing the haproxy package for OSX, and was having difficulty with the
gzip
:Darwin has a different gzip path:
So it'd be nice to change this up so it can find the correct gzip! 👍
The text was updated successfully, but these errors were encountered: