mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
14 lines
504 B
Diff
14 lines
504 B
Diff
diff '--color=auto' -r -U3 src.orig/gle/config.cpp src/gle/config.cpp
|
|
--- src.orig/gle/config.cpp 2025-04-04 21:33:02.000000000 +0700
|
|
+++ src/gle/config.cpp 2025-05-16 18:50:23.693366144 +0700
|
|
@@ -666,8 +666,7 @@
|
|
has_config = try_load_config_sub(conf_name, triedLocations);
|
|
}
|
|
#else
|
|
- GLE_TOP_DIR = exe_name;
|
|
- StripPathComponents(&GLE_TOP_DIR, 2);
|
|
+ GLE_TOP_DIR = "/usr/share/gle";
|
|
#endif
|
|
} else {
|
|
// The user will see as error message: "$GLE_TOP/some_file" not found.
|