[Lunar-commits] <moonbase-other> gnuchess: fix helper script
v4hn
me at v4hn.de
Fri Jul 13 12:50:00 CEST 2012
commit 0b650b000e118b9d48755d73a7c905e6f6e69228
Author: v4hn <me at v4hn.de>
Date: Fri, 13 Jul 2012 03:50:00 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/0b650b000e118b9d48755d73a7c905e6f6e69228
gnuchess: fix helper script
---
games/gnuchess/chess +3/-3
1 files changed, 3 insertions (+), 3 deletions (-)
--- a/games/gnuchess/chess
+++ b/games/gnuchess/chess
@@ -9,10 +9,10 @@ GCHESS=`which gnuchess`
XBORD=`which xboard`
if [ -e "$GCHESS" ]; then
- $XBORD -fcp "$GCHESS" -fd "/usr/games" -scp "$GCHESS xboard" -sd "/usr/games"
+ $XBORD -fcp "$GCHESS" -scp "$GCHESS xboard"
else
echo " "
- echo "$GCHESS missing. Please install the gnuchess module!"
- exit 0
+ echo "$GCHESS missing. Please install the gnuchess module!"
+ exit 0
fi
exit 0
More information about the Lunar-commits
mailing list