Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 232028 | Differences between
and this patch

Collapse All | Expand All

(-)sauerbraten_unix.orig (-1 / +2 lines)
Lines 3-8 Link Here
3
#SAUER_DIR=~/sauerbraten
3
#SAUER_DIR=~/sauerbraten
4
#SAUER_DIR=/usr/local/sauerbraten
4
#SAUER_DIR=/usr/local/sauerbraten
5
SAUER_DIR=.
5
SAUER_DIR=.
6
SAUER_DATADIR=.
6
7
7
# SAUER_OPTIONS contains any command line options you would like to start Sauerbraten with.
8
# SAUER_OPTIONS contains any command line options you would like to start Sauerbraten with.
8
#SAUER_OPTIONS="-f"
9
#SAUER_OPTIONS="-f"
Lines 46-52 Link Here
46
47
47
if [ -x ${SAUER_DIR}/bin_unix/${MACHINE_NAME}${SYSTEM_NAME}client ]
48
if [ -x ${SAUER_DIR}/bin_unix/${MACHINE_NAME}${SYSTEM_NAME}client ]
48
then
49
then
49
  cd ${SAUER_DIR}
50
  cd ${SAUER_DATADIR}
50
  exec ${SAUER_DIR}/bin_unix/${MACHINE_NAME}${SYSTEM_NAME}client ${SAUER_OPTIONS} $@
51
  exec ${SAUER_DIR}/bin_unix/${MACHINE_NAME}${SYSTEM_NAME}client ${SAUER_OPTIONS} $@
51
else
52
else
52
  echo "Your platform does not have a pre-compiled Sauerbraten client."
53
  echo "Your platform does not have a pre-compiled Sauerbraten client."

Return to bug 232028