From 90cbee9ec47ba21fad34c4907494c48e9dd65604 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 23 Feb 2009 17:23:03 -0600
Subject: correct location of mysql.txt.

---
 abs/mv-core/MythVantage-config/PKGBUILD        | 2 +-
 abs/mv-core/MythVantage-config/systemconfig.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/abs/mv-core/MythVantage-config/PKGBUILD b/abs/mv-core/MythVantage-config/PKGBUILD
index c2b760a..698df5d 100755
--- a/abs/mv-core/MythVantage-config/PKGBUILD
+++ b/abs/mv-core/MythVantage-config/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=MythVantage-config
 pkgver=3.2
-pkgrel=148
+pkgrel=150
 pkgdesc="The Gui-installer"
 depends=(bc mysql-python expect curl dnsutils sg3_utils parted)
 arch=('i686')
diff --git a/abs/mv-core/MythVantage-config/systemconfig.sh b/abs/mv-core/MythVantage-config/systemconfig.sh
index 2f4c3e0..0748ab7 100755
--- a/abs/mv-core/MythVantage-config/systemconfig.sh
+++ b/abs/mv-core/MythVantage-config/systemconfig.sh
@@ -17,7 +17,7 @@ BASE=""
 . /etc/profile
 . $MV_ROOT/bin/networkconfig.sh
 PACMAN="pacman --noconfirm"
-postfix=`cat ${BASE}/usr/local/share/mythtv/.releasetype`
+postfix=`cat ${BASE}/usr/share/mythtv/.releasetype`
 PKGBLACKLIST=$BASE/etc/blacklist.package
 
 if [ x$1 = x"Mysql_only" ]
@@ -85,7 +85,7 @@ then
     fi
 fi
 
-MYSQLTXT=${BASE}/usr/local/share/mythtv/mysql.txt
+MYSQLTXT=${BASE}/usr/share/mythtv/mysql.txt
 if [ $SystemType = "Standalone" ]
 then
     sed -e "s/^DBHostName=.*$/DBHostName="localhost"/" $TEMPLATES/mysql.txt > $MYSQLTXT
-- 
cgit v0.12