diff options
author | James Meyer <james.meyer@operamail.com> | 2014-10-22 22:06:37 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2014-10-22 22:06:37 (GMT) |
commit | 51df4a02b962588f922e95328d89e2b67eebdab6 (patch) | |
tree | 7abffecb09784cac8eec5a10fb72c47434f7888a /abs/core/mythinstall/PKGBUILD | |
parent | 91ef8a48add825c038daf4f880903bde0046334b (diff) | |
download | linhes_pkgbuild-51df4a02b962588f922e95328d89e2b67eebdab6.zip linhes_pkgbuild-51df4a02b962588f922e95328d89e2b67eebdab6.tar.gz linhes_pkgbuild-51df4a02b962588f922e95328d89e2b67eebdab6.tar.bz2 |
mythinstall: fix serial transmitter selection screen. The serial blaster was an empty screen when it should have shown the blaster set to use. Simply a case of Serial vs serial
Diffstat (limited to 'abs/core/mythinstall/PKGBUILD')
-rw-r--r-- | abs/core/mythinstall/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/mythinstall/PKGBUILD b/abs/core/mythinstall/PKGBUILD index 45fbd26..c37757d 100644 --- a/abs/core/mythinstall/PKGBUILD +++ b/abs/core/mythinstall/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jams pkgname=mythinstall pkgver=8.2 -pkgrel=6 +pkgrel=7 pkgdesc="LinHES installer/systemconfig GUI." arch=('i686' 'x86_64') depends=('mythtv>=0.27') |