aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/open-vm-tools/files/patch-lib_guestApp_guestApp.c
blob: 48c614b1ee308dec30494e642b187c9e016c6450 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/guestApp/guestApp.c.orig	2025-06-19 04:05:18 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