diff options
Diffstat (limited to 'abs')
| -rw-r--r-- | abs/core-testing/mythinstall/PKGBUILD | 2 | ||||
| -rwxr-xr-x | abs/core-testing/mythinstall/installsettings.cpp | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/abs/core-testing/mythinstall/PKGBUILD b/abs/core-testing/mythinstall/PKGBUILD index fe1b2dd..bd58a19 100644 --- a/abs/core-testing/mythinstall/PKGBUILD +++ b/abs/core-testing/mythinstall/PKGBUILD @@ -1,7 +1,7 @@  # Maintainer: Jams  pkgname=mythinstall  pkgver=1 -pkgrel=12 +pkgrel=13  pkgdesc="LinHES installer/systemconfig GUI."  arch=i686  depends=() diff --git a/abs/core-testing/mythinstall/installsettings.cpp b/abs/core-testing/mythinstall/installsettings.cpp index 61aaf26..8118132 100755 --- a/abs/core-testing/mythinstall/installsettings.cpp +++ b/abs/core-testing/mythinstall/installsettings.cpp @@ -4190,7 +4190,7 @@ void writesettings ()          myfile << "mythstream=\"" + hostparm.ThisHostpluginmythstream + "\"\n";          myfile << "mythvodka=\"" +hostparm.ThisHostpluginmythvodka + "\"\n";          myfile << "miro=\"" + hostparm.ThisHostMiro + "\"\n"; -        myfile << "xe=\"" + hostparm.ThisHostpluginmythgameMednafen + "\"\n"; +        myfile << "mednafen=\"" + hostparm.ThisHostpluginmythgameMednafen + "\"\n";          myfile << "romdb=\"" + hostparm.ThisHostpluginmythgameROMDB + "\"\n";          myfile << "xine=\"" + hostparm.ThisHostXine  + "\"\n";          myfile << "webmin=\"" + hostparm.ThisHostwebmin  + "\"\n"; | 
