mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 20:00:51 +00:00
12 lines
401 B
Diff
12 lines
401 B
Diff
--- a/utils/alsoft-config/mainwindow.cpp
|
|
+++ b/utils/alsoft-config/mainwindow.cpp
|
|
@@ -223,7 +223,7 @@
|
|
#else
|
|
auto paths = QString{qgetenv("XDG_DATA_DIRS")};
|
|
if(paths.isEmpty())
|
|
- paths = "/usr/local/share/:/usr/share/";
|
|
+ paths = "@TERMUX_PREFIX@/share/";
|
|
list += paths.split(QChar(':'), Qt::SkipEmptyParts);
|
|
#endif
|
|
for(auto iter = list.begin();iter != list.end();)
|