hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.23k stars 4.43k forks source link

Adjust extension location for correct install path #13215

Closed chrisroberts closed 1 year ago

chrisroberts commented 1 year ago

With existing layout the built shared library will end up in the ./lib directory, but the expected location being checked is ./lib/vagrant. Adjusting the path within the extension directory results in the proper adjustment to the installation path.

Fixes the Ruby side of #13211