From 953f0863a3b17cf3b7488163d705906eeb8915c3 Mon Sep 17 00:00:00 2001 From: acm Date: Sun, 15 Feb 2009 00:16:15 +0000 Subject: - Update to 3.2.1 - See the Changelog at: http://glest.org/glest_board/index.php?topic=4126.0 --- games/glest/files/glest-wrapper.in | 5 ++--- games/glest/files/patch-mk__linux__autogen.sh | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'games/glest/files') diff --git a/games/glest/files/glest-wrapper.in b/games/glest/files/glest-wrapper.in index 7bc6873afc5b..2a556ec0e0e4 100644 --- a/games/glest/files/glest-wrapper.in +++ b/games/glest/files/glest-wrapper.in @@ -15,11 +15,10 @@ else mkdir -p ~/.glest/screens mkdir -p ~/.glest/shaders/standard touch ~/.glest/glest.log - rm ~/.glest/glest.ini ~/.glest/configuration.xml ~/.glest/glest - rm ~/.glest/servers.ini - cp -f %%DATADIR%%/configuration.xml ~/.glest/ + rm ~/.glest/glest.ini ~/.glest/glest ~/.glest/servers.ini cp -f %%DATADIR%%/glest.ini ~/.glest/ cp -f %%DATADIR%%/servers.ini ~/.glest/ + chmod 640 ~/.glest/glest.ini ~/.glest/servers.ini fi cd ~/.glest || exit 1 diff --git a/games/glest/files/patch-mk__linux__autogen.sh b/games/glest/files/patch-mk__linux__autogen.sh index ec4f473eed6d..3332c2521a17 100644 --- a/games/glest/files/patch-mk__linux__autogen.sh +++ b/games/glest/files/patch-mk__linux__autogen.sh @@ -1,5 +1,5 @@ ---- autogen.sh.orig Thu Dec 1 09:52:33 2005 -+++ autogen.sh Thu Dec 1 09:53:14 2005 +--- mk/linux/autogen.sh Thu Dec 1 09:52:33 2005 ++++ mk/linux/autogen.sh Thu Dec 1 09:53:14 2005 @@ -8,11 +8,11 @@ echo "aclocal..." -- cgit