diff options
author | acm <acm@FreeBSD.org> | 2009-02-15 08:16:15 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-02-15 08:16:15 +0800 |
commit | 953f0863a3b17cf3b7488163d705906eeb8915c3 (patch) | |
tree | 3bf7c00bcd42f8c57ccf61fed52cb36f7b986bb6 /games/glest/files | |
parent | e8b59cf71ce9483bdcdd90fb26501c79e0b2ef3e (diff) | |
download | freebsd-ports-gnome-953f0863a3b17cf3b7488163d705906eeb8915c3.tar.gz freebsd-ports-gnome-953f0863a3b17cf3b7488163d705906eeb8915c3.tar.zst freebsd-ports-gnome-953f0863a3b17cf3b7488163d705906eeb8915c3.zip |
- Update to 3.2.1
- See the Changelog at:
http://glest.org/glest_board/index.php?topic=4126.0
Diffstat (limited to 'games/glest/files')
-rw-r--r-- | games/glest/files/glest-wrapper.in | 5 | ||||
-rw-r--r-- | games/glest/files/patch-mk__linux__autogen.sh | 4 |
2 files changed, 4 insertions, 5 deletions
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..." |