summaryrefslogtreecommitdiff
path: root/package/xbmc/patches/patch-xbmc_Application_cpp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-11 21:37:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-11 21:37:36 +0200
commita26b2d9502bc57f975c4da59685d8fe412541762 (patch)
tree55e6a2326b8032c77a446ffe799a1d3564405d9e /package/xbmc/patches/patch-xbmc_Application_cpp
parent2b1f67debe40049cbaa2f008d6de788ba6d17ca0 (diff)
parent0e9ca8afb6da39fea0555d5882e8eb293c3efb62 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xbmc/patches/patch-xbmc_Application_cpp')
-rw-r--r--package/xbmc/patches/patch-xbmc_Application_cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/xbmc/patches/patch-xbmc_Application_cpp b/package/xbmc/patches/patch-xbmc_Application_cpp
index 587456a07..dd350c3b6 100644
--- a/package/xbmc/patches/patch-xbmc_Application_cpp
+++ b/package/xbmc/patches/patch-xbmc_Application_cpp
@@ -1,5 +1,5 @@
--- xbmc-12.2.orig/xbmc/Application.cpp 2013-05-03 07:57:41.000000000 +0200
-+++ xbmc-12.2/xbmc/Application.cpp 2013-10-08 13:55:01.000000000 +0200
++++ xbmc-12.2/xbmc/Application.cpp 2013-10-10 18:43:17.000000000 +0200
@@ -615,7 +615,7 @@ bool CApplication::Create()
if (!CLog::Init(CSpecialProtocol::TranslatePath(g_settings.m_logFolder).c_str()))
@@ -35,7 +35,7 @@
- CStdString strTempPath = userHome;
- strTempPath = URIUtils::AddFileToFolder(strTempPath, ".xbmc/temp");
+ CStdString strTempPath = "/tmp";
-+ strTempPath = URIUtils::AddFileToFolder(strTempPath, "/.xbmc/temp");
++ strTempPath = URIUtils::AddFileToFolder(strTempPath, "/xbmc");
if (getenv("XBMC_TEMP"))
strTempPath = getenv("XBMC_TEMP");
CSpecialProtocol::SetTempPath(strTempPath);