mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 12:50:51 +00:00
12 lines
364 B
Diff
12 lines
364 B
Diff
--- a/src/sound-theme-spec.c 2010-02-20 05:09:40.000000000 +0530
|
|
+++ b/src/sound-theme-spec.c 2026-01-13 20:39:47.580977275 +0530
|
|
@@ -321,7 +321,7 @@
|
|
const char *g;
|
|
|
|
if (!(g = getenv("XDG_DATA_DIRS")) || *g == 0)
|
|
- return "/usr/local/share:/usr/share";
|
|
+ return "@TERMUX_PREFIX@/share";
|
|
|
|
return g;
|
|
}
|