Bug 136540 - vmware-workstation-tools 5.5.1 - "sbin" did not exist inside "/opt/vmware/tools/"
Bug#: 136540 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: vmware@gentoo.org Reported By: gentoo@msux.cjb.net
Component: Ebuilds
URL: 
Summary: vmware-workstation-tools 5.5.1 - "sbin" did not exist inside "/opt/vmware/tools/"
Keywords:  
Status Whiteboard: 
Opened: 2006-06-12 06:44 0000
Description:   Opened: 2006-06-12 06:44 0000
EBUILD USED:
vmware-workstation-tools 5.5.1

VMWARE TOOLS TAR USED:
VMwareTools-5.5.1-19175.tar.gz

PLATFORM:
Amd64

BUG:
The ebuild tells the user to execute
"/opt/vmware/tools/bin/vmware-config-tools.pl" and this script tries to use the
directory "/opt/vmware/tools/sbin/", but this "sbin" did not exist, causing
errors (like trying to create a symlink inside).

SOLUTION AND PROPOSAL:
The ebuild should create the folder "sbin" inside "/opt/vmware/tools/" in case
it didn't exist. We suggest using "mkdir -p" (or similar) to create it and
causing no errors if it existed already.

------- Comment #1 From Chris Gianelloni (RETIRED) 2006-06-12 13:44:05 0000 -------
Fixed in CVS... thanks for the bug report...