Files
termux-packages/packages/openal-soft/utils-alsoft-config-mainwindow.cpp.patch
2024-11-17 05:38:31 +00:00

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