termux-packages/packages/mpdscribble/src-ReadConfig.cxx.patch

12 lines
421 B
Diff
Raw Normal View History

--- a/src/ReadConfig.cxx 2018-11-23 13:05:51.749928637 +0100
+++ b/src/ReadConfig.cxx 2018-11-23 13:07:24.143261299 +0100
2018-11-24 18:11:40 +01:00
@@ -38,7 +38,7 @@
#ifndef _WIN32
2018-11-24 18:11:40 +01:00
-#define FILE_CACHE "/var/cache/mpdscribble/mpdscribble.cache"
+#define FILE_CACHE "@TERMUX_PREFIX@/var/cache/mpdscribble/mpdscribble.cache"
#define FILE_HOME_CONF "~/.mpdscribble/mpdscribble.conf"
#define FILE_HOME_CACHE "~/.mpdscribble/mpdscribble.cache"