mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
db650081bb
* Add man pages and conf file. * Relocate conf file path.
12 lines
192 B
Diff
12 lines
192 B
Diff
--- a/src/config.c
|
|
+++ b/src/config.c
|
|
@@ -53,7 +53,7 @@
|
|
size_t count = 0;
|
|
|
|
if (!xdgd) {
|
|
- xdgd = "/etc/xdg";
|
|
+ xdgd = "@TERMUX_PREFIX@/etc/xdg";
|
|
}
|
|
|
|
for (int i = 0; xdgd[i]; i++) {
|