mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
11 lines
381 B
C
11 lines
381 B
C
--- lib/guestApp/guestApp.c.orig 2018-07-13 18:54:23 UTC
|
|
+++ lib/guestApp/guestApp.c
|
|
@@ -63,7 +63,7 @@
|
|
#elif defined __APPLE__
|
|
# define GUESTAPP_TOOLS_INSTALL_PATH "/Library/Application Support/VMware Tools"
|
|
#else
|
|
-# define GUESTAPP_TOOLS_INSTALL_PATH "/etc/vmware-tools"
|
|
+# define GUESTAPP_TOOLS_INSTALL_PATH "/usr/local/share/vmware-tools"
|
|
#endif
|
|
|
|
#if defined _WIN32
|