0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-06 02:26:34 +00:00
termux-packages/packages/openal-soft/utils-alsoft-config-mainwindow.cpp.patch
2024-11-17 10:49:45 +05:30

12 lines
385 B
Diff

--- a/utils/alsoft-config/mainwindow.cpp
+++ b/utils/alsoft-config/mainwindow.cpp
@@ -216,7 +216,7 @@
#else
QString paths = qgetenv("XDG_DATA_DIRS");
if(paths.isEmpty())
- paths = "/usr/local/share/:/usr/share/";
+ paths = "@TERMUX_PREFIX@/share/";
#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)
list += paths.split(QChar(':'), Qt::SkipEmptyParts);
#else