mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
For the most part this is just to track upstream for FreeBSD. In particular 10.2.0 introduced a regression whereby UFS support was dropped. The fix was backported to the FreeBSD port of 10.2.0 in lieu of waiting for 10.2.5 to be released. PR: 227124 Submitted by: John Wolfe <jwolfe@vmware.com>
11 lines
381 B
C
11 lines
381 B
C
--- lib/guestApp/guestApp.c.orig 2018-03-30 18:44:35 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 "%%PREFIX%%/share/vmware-tools"
|
|
#endif
|
|
|
|
#if defined _WIN32
|