From cb5f5e55eb42c0f094b5933c8ce0f04a7fe9c16f Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 7 Oct 2010 22:17:05 +0000 Subject: [PATCH] - Linux installer bugfixes (fixed map editor and g3d viewer files and links) --- mk/linux/mojosetup/megaglest-installer/make.sh | 9 ++++++--- .../mojosetup/megaglest-installer/scripts/config.lua | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/mk/linux/mojosetup/megaglest-installer/make.sh b/mk/linux/mojosetup/megaglest-installer/make.sh index b91be3b3..17d07345 100755 --- a/mk/linux/mojosetup/megaglest-installer/make.sh +++ b/mk/linux/mojosetup/megaglest-installer/make.sh @@ -135,9 +135,12 @@ if [ $REPACKONLY -eq 0 ]; then find glest.ini -exec cp -p --parents "{}" $INSTALLDATADIR ';' find megaglest.bmp -exec cp -p --parents "{}" $INSTALLDATADIR ';' find glestkeys.ini -exec cp -p --parents "{}" $INSTALLDATADIR ';' - find glest_configurator -exec cp -p --parents "{}" $INSTALLDATADIR ';' - find glest_editor -exec cp -p --parents "{}" $INSTALLDATADIR ';' - find glest_g3dviewer -exec cp -p --parents "{}" $INSTALLDATADIR ';' + find start_configurator -exec cp -p --parents "{}" ${INSTALLDATADIR} ';' + find glest_configurator -exec cp -p --parents "{}" ${INSTALLDATADIR}bin ';' + find editor -exec cp -p --parents "{}" ${INSTALLDATADIR} ';' + find glest_editor -exec cp -p --parents "{}" ${INSTALLDATADIR}bin ';' + find g3dviewer -exec cp -p --parents "{}" ${INSTALLDATADIR} ';' + find glest_g3dviewer -exec cp -p --parents "{}" ${INSTALLDATADIR}bin ';' find servers.ini -exec cp -p --parents "{}" $INSTALLDATADIR ';' find makedeps_folder.sh -exec cp -p --parents "{}" $INSTALL_ROOTDIR ';' diff --git a/mk/linux/mojosetup/megaglest-installer/scripts/config.lua b/mk/linux/mojosetup/megaglest-installer/scripts/config.lua index d639167b..a7bf4b00 100644 --- a/mk/linux/mojosetup/megaglest-installer/scripts/config.lua +++ b/mk/linux/mojosetup/megaglest-installer/scripts/config.lua @@ -69,7 +69,7 @@ Setup.Package tooltip = _("A real time strategy game."), builtin_icon = false, icon = "editor.ico", - commandline = "%0/glest_editor", + commandline = "%0/editor", category = "Game" }, @@ -81,7 +81,7 @@ Setup.Package tooltip = _("A real time strategy game."), builtin_icon = false, icon = "g3dviewer.ico", - commandline = "%0/glest_g3dviewer", + commandline = "%0/g3dviewer", category = "Game" }