stefantalpalaru / gentoo-overlay

Gentoo overlay
GNU General Public License v2.0
43 stars 11 forks source link

app-emulation/vmware-workstation ovftool symlink broken #80

Closed lourdas closed 3 years ago

lourdas commented 3 years ago

I think that line 256 of the vmware-workstation-16.1.0.17198959.ebuild should be

dosym ../lib/vmware-ovftool/ovftool "${VM_INSTALL_DIR}"/bin/ovftool

instead of

dosym ../../lib/vmware-ovftool/ovftool "${VM_INSTALL_DIR}"/bin/ovftool

to fix the broken symlink in case the ovftool USE flag is enabled.

stefantalpalaru commented 3 years ago

Fixed. Thanks.