diff options
author | Scott Macfarlane <smacfarlane@chef.io> | 2019-05-15 07:40:25 -0700 |
---|---|---|
committer | Scott Macfarlane <smacfarlane@chef.io> | 2019-05-15 07:40:25 -0700 |
commit | 7b62c63167ebb935396a998e95255b9f44dc7d3e (patch) | |
tree | dfec6750c8610d6a07bd81285d99a0de8a246516 /habitat | |
parent | 6177e69bc01348f0ddd94d6c8e2c9e53c8152bbe (diff) | |
download | chef-7b62c63167ebb935396a998e95255b9f44dc7d3e.tar.gz |
Include chef-bin in copied directories
Signed-off-by: Scott Macfarlane <smacfarlane@chef.io>
Diffstat (limited to 'habitat')
-rw-r--r-- | habitat/plan.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/plan.sh b/habitat/plan.sh index b7704d6976..5569999a12 100644 --- a/habitat/plan.sh +++ b/habitat/plan.sh @@ -65,7 +65,7 @@ do_build() { do_install() { mkdir -p "${pkg_prefix}/chef" - for dir in bin chef-config lib chef.gemspec Gemfile Gemfile.lock; do + for dir in bin chef-bin chef-config lib chef.gemspec Gemfile Gemfile.lock; do cp -rv "${PLAN_CONTEXT}/../${dir}" "${pkg_prefix}/chef/" done |