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.
 
 
 
 
 
 

13 rader
255 B

  1. #!/bin/sh
  2. prefix=@prefix@
  3. exec_prefix=@exec_prefix@
  4. pimpdir=@libdir@/ThePimp
  5. case "$0" in
  6. @bindir@/*) exec mono "${pimpdir}/ThePimp.exe" "$@" ;;
  7. */*) exec mono "@abs_srcdir@/ThePimp.exe" "$@" ;;
  8. *) exec mono "${pimpdir}/ThePimp.exe" "$@" ;;
  9. esac