diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-04-29 21:24:34 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-04-29 21:26:10 -0700 |
commit | 8a4dbfb7a8dfd29343a5784f32aed25a55954a44 (patch) | |
tree | 1b018fe60b67ba630da9c4eea5a3faf2846ca09a /chef-universal-mingw32.gemspec | |
parent | ddbae14188702dc4832bc3970712959368e34b0f (diff) | |
download | chef-8a4dbfb7a8dfd29343a5784f32aed25a55954a44.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>
Diffstat (limited to 'chef-universal-mingw32.gemspec')
-rw-r--r-- | chef-universal-mingw32.gemspec | 2 |
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 |