summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-10-21 09:33:17 -0700
committerTim Smith <tsmith84@gmail.com>2020-10-21 09:33:17 -0700
commit1e13f4f04536b4d064770f4fa77ba538d843cc6f (patch)
treec00c7265d0b85da7a53625d85018d2b4cd047027
parent511cc34bf24c835f8ddb2084868bedd2b8c9ab2c (diff)
downloadchef-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.rb2
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}"