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, 0 insertions, 11 deletions
diff --git a/recipes/mythtv/files/prefix-etc.patch b/recipes/mythtv/files/prefix-etc.patch
deleted file mode 100644
index fd6aaf9179..0000000000
--- a/recipes/mythtv/files/prefix-etc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
-