[redeclipse] 46/494: Fall back to specifying data dir

Martin Werner arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:14 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 0b6cbeca1b18021dee32257cdebe80c1529335f9
Author: Arand Nash <ienorand at gmail.com>
Date:   Sun Mar 6 06:37:24 2011 +0000

    Fall back to specifying data dir
    
    Seems like we need to specify the data dir in the scripts since specifying the
    parent folder won't work after all, *sigh*.
---
 scripts/redeclipse        | 2 +-
 scripts/redeclipse-server | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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