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