source:
libpipi/trunk/ThePimp/pimp.in
Last change on this file was 3035, checked in by , 12 years ago | |
---|---|
File size: 255 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | prefix=@prefix@ |
4 | exec_prefix=@exec_prefix@ |
5 | pimpdir=@libdir@/ThePimp |
6 | |
7 | case "$0" in |
8 | @bindir@/*) exec mono "${pimpdir}/ThePimp.exe" "$@" ;; |
9 | */*) exec mono "@abs_srcdir@/ThePimp.exe" "$@" ;; |
10 | *) exec mono "${pimpdir}/ThePimp.exe" "$@" ;; |
11 | esac |
12 |
Note: See TracBrowser
for help on using the repository browser.