summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-04-29 21:24:34 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-04-29 21:26:10 -0700
commit8a4dbfb7a8dfd29343a5784f32aed25a55954a44 (patch)
tree1b018fe60b67ba630da9c4eea5a3faf2846ca09a
parentddbae14188702dc4832bc3970712959368e34b0f (diff)
downloadchef-lcg/move-windows-executabls.tar.gz
remove windows executables from windows gemspeclcg/move-windows-executabls
these are moved to chef-bin now. it looks like these were always duplicated in the chef.gemspec and probably unnecessary anyway? Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--chef-universal-mingw32.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/chef-universal-mingw32.gemspec b/chef-universal-mingw32.gemspec
index fd7a2d2d71..58ce54642d 100644
--- a/chef-universal-mingw32.gemspec
+++ b/chef-universal-mingw32.gemspec
@@ -19,6 +19,4 @@ gemspec.add_dependency "win32-certstore", "~> 0.3"
gemspec.extensions << "ext/win32-eventlog/Rakefile"
gemspec.files += Dir.glob("{distro,ext}/**/*")
-gemspec.executables += %w{ chef-service-manager chef-windows-service }
-
gemspec