- modified Linux installer to use changed filenames for license etc

- reverted from xz to zip format since xz has problems currently in mojo
This commit is contained in:
Mark Vejvoda 2011-01-22 21:39:16 +00:00
parent 787db6df9f
commit 0fbb29d875
3 changed files with 11 additions and 8 deletions

View File

@ -35,10 +35,10 @@ megaglest_linux_path=${megaglest_project_root}${megaglest_release_folder}/mk/lin
# };
#
megaglest_archiver_app="tar -c --xz -f "
megaglest_archivefilename="mgdata.tar.xz"
#megaglest_archiver_app="zip -9r "
#megaglest_archivefilename="mgdata.zip"
#megaglest_archiver_app="tar -c --xz -f "
#megaglest_archivefilename="mgdata.tar.xz"
megaglest_archiver_app="zip -9r "
megaglest_archivefilename="mgdata.zip"
#megaglest_archiver_app="tar -c --bzip2 -f "
#megaglest_archivefilename="mgdata.tar.bz2"
@ -210,6 +210,9 @@ cmake \
-DMOJOSETUP_ARCHIVE_TAR_BZ2=TRUE \
-DMOJOSETUP_ARCHIVE_TAR_GZ=TRUE \
-DMOJOSETUP_ARCHIVE_TAR_XZ=TRUE \
-DMOJOSETUP_INPUT_XZ=TRUE \
-DMOJOSETUP_INTERNAL_LIBLZMA=TRUE \
-DMOJOSETUP_BUILD_LUAC=TRUE \
-DMOJOSETUP_GUI_GTKPLUS2=TRUE \
-DMOJOSETUP_GUI_GTKPLUS2_STATIC=TRUE \
-DMOJOSETUP_GUI_NCURSES=TRUE \

View File

@ -18,7 +18,7 @@ MojoSetup.applocalization = {
it = "Informazioni su Megaglest",
};
["docs/readme.txt"] = {
["docs/README"] = {
};
["Megaglest License"] = {
@ -30,7 +30,7 @@ MojoSetup.applocalization = {
it = "Licenza di Megaglest",
};
["docs/code_license.txt"] = {
["docs/LICENSE"] = {
};
};

View File

@ -27,13 +27,13 @@ Setup.Package
Setup.Eula
{
description = _("Megaglest License"),
source = _("docs/license.txt")
source = _("docs/LICENSE")
},
Setup.Readme
{
description = _("Megaglest README"),
source = _("docs/readme.txt")
source = _("docs/README")
},
Setup.Option