From 3cc7f9a30f340d321db96cb90c7f12a429347df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Sat, 9 Jan 2010 13:15:23 +0200 Subject: [PATCH] Fixed mythfilldatabase to correctly find mythtv configuration. --- mythtv/files/mythfilldatabase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythtv/files/mythfilldatabase b/mythtv/files/mythfilldatabase index f5028d0..f5998ea 100755 --- a/mythtv/files/mythfilldatabase +++ b/mythtv/files/mythfilldatabase @@ -1,3 +1,3 @@ #!/bin/sh -mythfilldatabase > /dev/null +MYTHCONFDIR=/etc/mythtv mythfilldatabase > /dev/null