updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / doom3 / doom3.launcher64
blob5f5fa3a8be2dd249916fc864beb70c9def796bbe
1 #!/bin/bash
3 cd "/opt/doom3"
4 export LD_LIBRARY_PATH="/opt/lib32/usr/lib/:/opt/lib32/lib/:$LD_LIBRARY_PATH:."
5 linux32 ./doom.x86 "$@"
6 exit $?