diff options
author | James Meyer <james.meyer@operamail.com> | 2009-02-23 23:23:03 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-02-23 23:23:03 (GMT) |
commit | 90cbee9ec47ba21fad34c4907494c48e9dd65604 (patch) | |
tree | 8977f7923052dc181fff3954c0f2308ead649de6 /abs/mv-core | |
parent | f4da2c83031bcd5e949a8549ce4443f144046287 (diff) | |
download | linhes_pkgbuild-90cbee9ec47ba21fad34c4907494c48e9dd65604.zip linhes_pkgbuild-90cbee9ec47ba21fad34c4907494c48e9dd65604.tar.gz linhes_pkgbuild-90cbee9ec47ba21fad34c4907494c48e9dd65604.tar.bz2 |
correct location of mysql.txt.
Diffstat (limited to 'abs/mv-core')
-rwxr-xr-x | abs/mv-core/MythVantage-config/PKGBUILD | 2 | ||||
-rwxr-xr-x | 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 |