summaryrefslogtreecommitdiff
path: root/packages/mythtv/files/prefix-etc.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/mythtv/files/prefix-etc.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/mythtv/files/prefix-etc.patch')
-rw-r--r--packages/mythtv/files/prefix-etc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/mythtv/files/prefix-etc.patch b/packages/mythtv/files/prefix-etc.patch
index e69de29bb2..fd6aaf9179 100644
--- a/packages/mythtv/files/prefix-etc.patch
+++ b/packages/mythtv/files/prefix-etc.patch
@@ -0,0 +1,11 @@
+--- mythtv/libs/libmyth/oldsettings.cpp.old 2004-09-24 22:09:11.000000000 +0100
++++ mythtv/libs/libmyth/oldsettings.cpp 2004-09-24 22:09:38.000000000 +0100
+@@ -116,7 +116,7 @@
+ if (ReadSettings(setname))
+ result = true;
+
+- setname = prefix + "/etc/mythtv/" + filename;
++ setname = "/etc/mythtv/" + filename;
+ if (ReadSettings(setname))
+ result = true;
+