0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-06 03:46:41 +00:00
termux-packages/packages/csol/src-util.c.patch
2023-03-09 05:06:27 +00:00

12 lines
310 B
Diff

--- a/src/util.c
+++ b/src/util.c
@@ -104,7 +104,7 @@
}
free(relative_path);
} else {
- config_file = combine_paths("/etc/xdg", relative_path);
+ config_file = combine_paths("@TERMUX_PREFIX@/etc/xdg", relative_path);
free(relative_path);
f = fopen(config_file, "r");
if (f) {