You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
310 B
Diff
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) {
|