summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-05-25 00:33:04 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-05-25 00:33:04 (GMT)
commit378e648e6771cde43e3f599813305215cebd5b95 (patch)
treefa1e531858f85c4424f6d08544e9121dcf4003d1
parentb956c6d7e31f17364498988b38cb7f9b14727535 (diff)
parent0201f5285db2fad683c3b7542012549fdec08c98 (diff)
downloadlinhes_pkgbuild-378e648e6771cde43e3f599813305215cebd5b95.zip
linhes_pkgbuild-378e648e6771cde43e3f599813305215cebd5b95.tar.gz
linhes_pkgbuild-378e648e6771cde43e3f599813305215cebd5b95.tar.bz2
Merge branch 'master' of mihanson@knoppmyth.net:LinHES-PKGBUILD
-rwxr-xr-xabs/extra-testing/myth2ipod/PKGBUILD2
-rwxr-xr-xabs/extra-testing/myth2ipod/myth2ipod2
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/myth2ipod/PKGBUILD b/abs/extra-testing/myth2ipod/PKGBUILD
index 1942f2b..2c7540b 100755
--- a/abs/extra-testing/myth2ipod/PKGBUILD
+++ b/abs/extra-testing/myth2ipod/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=myth2ipod
pkgver=0.2
-pkgrel=28
+pkgrel=29
arch=("i686")
pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
url="myth2ipod.com"
diff --git a/abs/extra-testing/myth2ipod/myth2ipod b/abs/extra-testing/myth2ipod/myth2ipod
index 268a522..baf749e 100755
--- a/abs/extra-testing/myth2ipod/myth2ipod
+++ b/abs/extra-testing/myth2ipod/myth2ipod
@@ -248,7 +248,7 @@ sub PrepSQLRead{
'/usr/share/mythtv/mysql.txt',
'/etc/mythtv/mysql.txt',
'/usr/local/etc/mythtv/mysql.txt',
- "$ENV{HOME}/.mythtv/mysql.txt",
+ '$ENV{HOME}/.mythtv/mysql.txt',
'mysql.txt'
);
foreach my $file (@mysql) {