freebsd-ports/games/linux-quake4/files/run.sh.in
Alejandro Pulver 63066bc9b1 - Do not install standard libraries since they are now present in
linux_base-fc4.

Approved by:	maintainer
2006-06-24 19:58:50 +00:00

4 lines
56 B
Bash

#!/bin/sh
cd @Q4DIR@ || exit 1
exec @Q4DIR@/@APP@ "$@"