libqtxdg: fix hardcoded prefix in xdgdirs_termux_prefix.patch
This commit is contained in:
parent
be71daf83e
commit
d88bbde94b
@ -4,7 +4,7 @@
|
|||||||
QLatin1String("Videos")
|
QLatin1String("Videos")
|
||||||
};
|
};
|
||||||
|
|
||||||
+static const char* TERMUX_PREFIX = "/data/data/com.termux/files/usr";
|
+static const char* TERMUX_PREFIX = "@TERMUX_PREFIX@";
|
||||||
+
|
+
|
||||||
// Helper functions prototypes
|
// Helper functions prototypes
|
||||||
void fixBashShortcuts(QString &s);
|
void fixBashShortcuts(QString &s);
|
||||||
|
Loading…
Reference in New Issue
Block a user