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 (+8 lines)
Lines 4-9 Link Here
4
#SAUER_DIR=/usr/local/sauerbraten
4
#SAUER_DIR=/usr/local/sauerbraten
5
SAUER_DIR=.
5
SAUER_DIR=.
6
6
7
#sauerbraten directory placement
8
mkdir -p ~/.sauerbraten
9
cd ~/.sauerbraten
10
for l in data packages ; do
11
	rm -f ${l}
12
	ln -s "@GENTOO_GAMESDIR@"/${l} ${l}
13
done
14
7
# SAUER_OPTIONS contains any command line options you would like to start Sauerbraten with.
15
# SAUER_OPTIONS contains any command line options you would like to start Sauerbraten with.
8
#SAUER_OPTIONS="-f"
16
#SAUER_OPTIONS="-f"
9
SAUER_OPTIONS="-q${HOME}/.sauerbraten -r"
17
SAUER_OPTIONS="-q${HOME}/.sauerbraten -r"

Return to bug 232028