freebsd-ports/games/daimonin-client/files/daimonin.sh.in
Pav Lucistnik b508c8cae1 - The game need write access to SHAREDIR; copy SHAREDIR to user's home
on startup and run the game from there
- Force zero optimization, -O2 make the game segfault on amd64
2005-10-11 21:29:35 +00:00

3 lines
93 B
Bash

#!/bin/sh
cp -R %%PREFIX%%/share/daimonin_client ~/.daimonin
cd ~/.daimonin && ./daimonin $*