diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-22 09:24:35 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-22 09:24:50 +0100 |
commit | 7efb8b79269ada1c85871fb34fd7278979dd2d61 (patch) | |
tree | b9bfb7b0ac55fa363e932ce0625fe0473503a190 /games/rott/rott.sh | |
parent | 0420169799711184978bf3b97b983f49e4302619 (diff) | |
download | slackbuilds-7efb8b79269ada1c85871fb34fd7278979dd2d61.tar.gz |
games/rott: Updated for version 1.1.2, cleanups.
(forced -j1 as parallel building is broken --ponce)
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/rott/rott.sh')
-rw-r--r-- | games/rott/rott.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/rott/rott.sh b/games/rott/rott.sh index 2248dfd758..dea7ee767f 100644 --- a/games/rott/rott.sh +++ b/games/rott/rott.sh @@ -2,6 +2,9 @@ # Wrapper script for Rise of the Triad, by B. Watson +# Figures out which rott binary to execute, based on which +# game data files are installed. + DATADIR=/usr/share/games/rott CDROMFILE=$DATADIR/ROTTCD.RTC REGFILE=$DATADIR/DARKWAR.WAD |