ports/emulators/open-vm-tools/files/patch-lib_guestApp_guestApp.c
Renato Botelho e291bf88f7 emulators/open-vm-tools: Update to 12.5.0
While here, fix build with llvm 19 [1]

PR:		282277, 282476 [1]
Submitted by:	dim [1]
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2024-11-05 15:00:49 -03:00

11 lines
381 B
C

--- lib/guestApp/guestApp.c.orig 2024-10-10 15:05:07 UTC
+++ lib/guestApp/guestApp.c
@@ -65,7 +65,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