summaryrefslogtreecommitdiff
path: root/package/kodi/patches/patch-xbmc_Application_cpp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2014-12-10 18:09:59 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2014-12-10 18:09:59 +0100
commitdaa3380b867d91e1f20abf3ba6697e46966060ac (patch)
tree98a4bf1a82e8955d5d2ebaad3b6096272db547fa /package/kodi/patches/patch-xbmc_Application_cpp
parent79f366c144db32e623a8280d3d9472df2a25a9ca (diff)
parent86bcc78d0d03a84b4de26db90603f7d66e6c3d2e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/kodi/patches/patch-xbmc_Application_cpp')
-rw-r--r--package/kodi/patches/patch-xbmc_Application_cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/kodi/patches/patch-xbmc_Application_cpp b/package/kodi/patches/patch-xbmc_Application_cpp
new file mode 100644
index 000000000..2235d9f8b
--- /dev/null
+++ b/package/kodi/patches/patch-xbmc_Application_cpp
@@ -0,0 +1,14 @@
+--- kodi-14.0rc2.orig/xbmc/Application.cpp 2014-12-05 19:38:44.000000000 -0600
++++ kodi-14.0rc2/xbmc/Application.cpp 2014-12-07 10:16:27.900418001 -0600
+@@ -1076,10 +1076,7 @@ bool CApplication::InitDirectoriesLinux(
+ userName = "root";
+
+ std::string userHome;
+- if (getenv("HOME"))
+- userHome = getenv("HOME");
+- else
+- userHome = "/root";
++ userHome = "/data/kodi";
+
+ std::string appBinPath, appPath;
+ std::string appName = CCompileInfo::GetAppName();