1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 13:36:43 +00:00
termux-packages/packages/mpdscribble/src-ReadConfig.cxx.patch
Aditya Alok 8dee3fffba
feat(mpdscribble): enable auto-update, upgrade to 0.24
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-19 18:34:11 +05:30

12 lines
314 B
Diff

--- ./ReadConfig.cxx.orig 2022-04-19 09:57:17.420911981 +0000
+++ ./src/ReadConfig.cxx 2022-04-19 09:58:17.996804455 +0000
@@ -47,7 +47,7 @@
#ifndef _WIN32
-#define FILE_CACHE "/var/cache/mpdscribble/mpdscribble.cache"
+#define FILE_CACHE "@TERMUX_PREFIX@/var/cache/mpdscribble/mpdscribble.cache"
#endif