aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mythtv/files/prefix-etc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mythtv/files/prefix-etc.patch')
-rw-r--r--recipes/mythtv/files/prefix-etc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/mythtv/files/prefix-etc.patch b/recipes/mythtv/files/prefix-etc.patch
new file mode 100644
index 0000000000..fd6aaf9179
--- /dev/null
+++ b/recipes/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;
+