diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-10-21 09:33:17 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-10-21 09:33:17 -0700 |
commit | 1e13f4f04536b4d064770f4fa77ba538d843cc6f (patch) | |
tree | c00c7265d0b85da7a53625d85018d2b4cd047027 | |
parent | 511cc34bf24c835f8ddb2084868bedd2b8c9ab2c (diff) | |
download | chef-1e13f4f04536b4d064770f4fa77ba538d843cc6f.tar.gz |
Remove coderay and ffi-yajl-bench binstubs
Nuke a few more binstubs that have nothing to do with chef and shouldn't
be shipped.
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | omnibus/config/software/more-ruby-cleanup.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/omnibus/config/software/more-ruby-cleanup.rb b/omnibus/config/software/more-ruby-cleanup.rb index e2d24df540..b8ff9129e9 100644 --- a/omnibus/config/software/more-ruby-cleanup.rb +++ b/omnibus/config/software/more-ruby-cleanup.rb @@ -113,6 +113,8 @@ build do xmllint xslt-config xsltproc + coderay + ffi-yajl-bench }.each do |f| file_path = "#{install_dir}/embedded/bin/#{f}" |