Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- #!/bin/sh
-
- prefix=@prefix@
- exec_prefix=@exec_prefix@
- pimpdir=@libdir@/ThePimp
-
- case "$0" in
- @bindir@/*) exec mono "${pimpdir}/ThePimp.exe" "$@" ;;
- */*) exec mono "@abs_srcdir@/ThePimp.exe" "$@" ;;
- *) exec mono "${pimpdir}/ThePimp.exe" "$@" ;;
- esac
|