[redeclipse] 40/494: deadsimple needs data to be a subdir

Martin Werner arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

arand-guest pushed a commit to branch debdir
in repository redeclipse.

commit c659c83f787a1cc9a539745e99307015110be9e8
Author: Arand Nash <ienorand at gmail.com>
Date:   Fri Mar 4 22:33:40 2011 +0000

    deadsimple needs data to be a subdir
    
    The deadsimple map explicitly refers to data/textures/wicked/wickedcloudmap1
    which means that if we define the data directory to be the data/ directory
    it can't find any data/subdirectory and fails to load, since RE is kind enough
    to work with subfolders of the defined data directory anyways, we can just
    define it to be the shared RE directory.
---
 scripts/redeclipse        | 2 +-
 scripts/redeclipse-server | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/redeclipse b/scripts/redeclipse
index 38424c4..50317ba 100644
--- a/scripts/redeclipse
+++ b/scripts/redeclipse
@@ -1,3 +1,3 @@
 #!/bin/sh
-RE_OPTIONS=" -p/usr/share/games/redeclipse/data -rinit.cfg"
+RE_OPTIONS=" -p/usr/share/games/redeclipse -rinit.cfg"
 exec /usr/lib/redeclipse/reclient ${RE_OPTIONS} "$@"
diff --git a/scripts/redeclipse-server b/scripts/redeclipse-server
index be96504..fe61bb9 100644
--- a/scripts/redeclipse-server
+++ b/scripts/redeclipse-server
@@ -1,3 +1,3 @@
 #!/bin/sh
-RE_OPTIONS=" -p/usr/share/games/redeclipse/data"
+RE_OPTIONS=" -p/usr/share/games/redeclipse"
 exec /usr/lib/redeclipse/reserver ${RE_OPTIONS} "$@"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git



More information about the Pkg-games-commits mailing list