blob: 568a224f1b076cbaae3045a119352dfca00b7aa4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- vmware-user-suid-wrapper/wrapper.h.orig 2025-06-19 04:05:18 UTC
+++ vmware-user-suid-wrapper/wrapper.h
@@ -43,7 +43,7 @@
* in the latter.
*/
#ifdef USES_LOCATIONS_DB
-# define LOCATIONS_PATH "/etc/vmware-tools/locations"
+# define LOCATIONS_PATH "%%PREFIX%%/etc/vmware-tools/locations"
/*
* Locations DB query selector. Values in this enum are used as array
|