summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-15 18:50:06 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-15 18:50:06 (GMT)
commitb03295cc13f34c6bbb185469832d2f33d78beff0 (patch)
tree2e97e8af1d79852c1791c986574746e2ed81c129
parent1c72f48f8dfa6a8beda6724852237174222a8a40 (diff)
downloadlinhes_pkgbuild-b03295cc13f34c6bbb185469832d2f33d78beff0.zip
linhes_pkgbuild-b03295cc13f34c6bbb185469832d2f33d78beff0.tar.gz
linhes_pkgbuild-b03295cc13f34c6bbb185469832d2f33d78beff0.tar.bz2
-correct case for LinHES.
-check the correct location of mythconverge
-rwxr-xr-xabs/core-testing/LinHES-config/PKGBUILD2
-rwxr-xr-xabs/core-testing/LinHES-config/install-ui.xml2
-rwxr-xr-xabs/core-testing/LinHES-config/install_proxy.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD
index 0c1464a..aee95bd 100755
--- a/abs/core-testing/LinHES-config/PKGBUILD
+++ b/abs/core-testing/LinHES-config/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-config
pkgver=1.0
-pkgrel=25
+pkgrel=27
conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev )
pkgdesc="Install and configure your system"
depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan)
diff --git a/abs/core-testing/LinHES-config/install-ui.xml b/abs/core-testing/LinHES-config/install-ui.xml
index 8599fd6..b7a67de 100755
--- a/abs/core-testing/LinHES-config/install-ui.xml
+++ b/abs/core-testing/LinHES-config/install-ui.xml
@@ -73,7 +73,7 @@
<multiline>no</multiline>
<font>title</font>
<area>50,40,700,40</area>
- <value>LinHes: The Linux Home Entertainment System </value>
+ <value>LinHES: The Linux Home Entertainment System </value>
</textarea>
<!--
diff --git a/abs/core-testing/LinHES-config/install_proxy.sh b/abs/core-testing/LinHES-config/install_proxy.sh
index 113a3ee..57258da 100755
--- a/abs/core-testing/LinHES-config/install_proxy.sh
+++ b/abs/core-testing/LinHES-config/install_proxy.sh
@@ -270,7 +270,7 @@ function upgrade () {
#wrap this in a network check_network, no need to update the db if the import worked.
##### do I need to start mysql?
/etc/rc.d/mysqld stop
- if [ -f /myth/backup/mythconverg.sql.gz ]
+ if [ -f /new_boot/myth/backup/mythconverg.sql.gz ]
then
echo "--------------------------------"
echo "Restoring database"