diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-11-08 14:32:00 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-11-08 14:32:00 -0800 |
commit | 78c4e1de01606bd9070cb917fbbd661fc4504075 (patch) | |
tree | 968beb67ea19d78fc6e92c44d41cb963c922f7b1 | |
parent | 8cdb922484468f41c0a083f13a8437c3a6044a43 (diff) | |
download | chef-78c4e1de01606bd9070cb917fbbd661fc4504075.tar.gz |
missed adding chef-utils here
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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 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 |