diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-11-26 21:51:58 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-11-26 21:51:58 (GMT) |
commit | 4ac92c1dc18165a6fc4b67d87dad46a0b067cc04 (patch) | |
tree | 5156dec8e12bed1a2eaa69f03a69c251be87bc21 /abs/core/mythinstall | |
parent | 5a3e945271caef56a656f6b56b94f36fde4a8701 (diff) | |
download | linhes_pkgbuild-4ac92c1dc18165a6fc4b67d87dad46a0b067cc04.zip linhes_pkgbuild-4ac92c1dc18165a6fc4b67d87dad46a0b067cc04.tar.gz linhes_pkgbuild-4ac92c1dc18165a6fc4b67d87dad46a0b067cc04.tar.bz2 |
mythinstall: wrong name for plex
Diffstat (limited to 'abs/core/mythinstall')
-rwxr-xr-x | abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp | 2 | ||||
-rw-r--r-- | abs/core/mythinstall/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp b/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp index ca809d4..37ac16b 100755 --- a/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp +++ b/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp @@ -4336,7 +4336,7 @@ void writesettings () myfile << "webonlinhes=\"" + hostparm.ThisHostwebonlinhes + "\"\n"; myfile << "huludesktop=\"" + hostparm.ThisHostHuluDesktop + "\"\n"; myfile << "xbmc=\"" + hostparm.ThisHostXBMC + "\"\n"; - myfile << "plex=\"" + hostparm.ThisHostPLEXHT + "\"\n"; + myfile << "plex-home-theater=\"" + hostparm.ThisHostPLEXHT + "\"\n"; myfile << "foldingathome=\"" + hostparm.ThisHostfoldingathome + "\"\n"; myfile << "foldingusername=\"" + hostparm.ThisHostfoldingusername + "\"\n"; myfile << "foldingworksize=\"" + hostparm.ThisHostfoldingworksize + "\"\n"; diff --git a/abs/core/mythinstall/PKGBUILD b/abs/core/mythinstall/PKGBUILD index f6c6b87..e49bc70 100644 --- a/abs/core/mythinstall/PKGBUILD +++ b/abs/core/mythinstall/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jams pkgname=mythinstall pkgver=8.2 -pkgrel=9 +pkgrel=10 pkgdesc="LinHES installer/systemconfig GUI." arch=('i686' 'x86_64') depends=('mythtv>=0.27') |