2afafe36ef
- Offer to install the 3 original released scenarios instead of only Marathon 2: Durandal. - Add options to install high quality graphics. - Add wrapper scripts. - Take maintainership. - Remove USE_X_PREFIX to install in the same place as games/alephone.
5 lines
90 B
Bash
5 lines
90 B
Bash
#!/bin/sh
|
|
|
|
export ALEPHONE_DATA="%%DATADIR%%:%%DATADIR%%/%%GAMEDIR%%"
|
|
|
|
exec alephone "$@"
|