mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-09 11:32:34 +00:00
23 lines
682 B
Diff
23 lines
682 B
Diff
diff --git a/src/common/dir.c b/src/common/dir.c
|
|
index 59db410..fdce0ed 100644
|
|
--- a/src/common/dir.c
|
|
+++ b/src/common/dir.c
|
|
@@ -30,7 +30,7 @@ static struct dir config_dirs[] = {
|
|
.path = "labwc"
|
|
}, {
|
|
.prefix = "XDG_CONFIG_DIRS",
|
|
- .default_prefix = "/etc/xdg",
|
|
+ .default_prefix = "@TERMUX_PREFIX@/etc/xdg",
|
|
.path = "labwc",
|
|
}, {
|
|
.path = NULL,
|
|
@@ -47,7 +47,7 @@ static struct dir theme_dirs[] = {
|
|
.path = ".themes",
|
|
}, {
|
|
.prefix = "XDG_DATA_DIRS",
|
|
- .default_prefix = "/usr/share:/usr/local/share:/opt/share",
|
|
+ .default_prefix = "@TERMUX_PREFIX@/share:@TERMUX_PREFIX@/local/share:@TERMUX_PREFIX@/opt/share",
|
|
.path = "themes",
|
|
}, {
|
|
.path = NULL,
|