summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--habitat/plan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/plan.sh b/habitat/plan.sh
index 182c6f352c..7dc47d5e37 100644
--- a/habitat/plan.sh
+++ b/habitat/plan.sh
@@ -102,7 +102,7 @@ do_build() {
do_install() {
build_line "Copying directories from source to pkg_prefix"
mkdir -p "${pkg_prefix}/chef"
- for dir in bin chef-bin chef-config lib chef.gemspec Gemfile Gemfile.lock; do
+ for dir in bin chef-bin chef-config chef-utils lib chef.gemspec Gemfile Gemfile.lock; do
cp -rv "${SRC_PATH}/${dir}" "${pkg_prefix}/chef/"
done