[redeclipse] 29/494: exec reclient from above data directory
Martin Werner
arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:12 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 ea061981b14ee5ecd9e067de7da8f82bc2f33d0f
Author: Arand Nash <ienorand at gmail.com>
Date: Tue Feb 22 00:56:24 2011 +0000
exec reclient from above data directory
---
scripts/redeclipse | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/redeclipse b/scripts/redeclipse
index 223bad1..3bad307 100644
--- a/scripts/redeclipse
+++ b/scripts/redeclipse
@@ -1,4 +1,4 @@
#!/bin/sh
RE_OPTIONS="-h${HOME}/.redeclipse -rinit.cfg"
-cd /usr/games
-exec ./reclient ${RE_OPTIONS} "$@"
+cd /usr/share/games/redeclipse
+exec /usr/games/reclient ${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