summaryrefslogtreecommitdiff
path: root/habitat
diff options
context:
space:
mode:
Diffstat (limited to 'habitat')
-rw-r--r--habitat/plan.sh2
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