Files
termux-packages/packages/csol/src-util.c.patch
termux-pacman-bot f6f1c2ebed csol: Bump to 1.6.0
2023-03-09 05:32:24 +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) {