3e3e0f1469
* parser/gapi2-fixup.in: * parser/gapi2-parser.in: Don't use 'which' anymore, as it doesn't work in all caes (ie: when symlinks are in the way) svn path=/trunk/gtk-sharp/; revision=76653
3 lines
113 B
Bash
Executable file
3 lines
113 B
Bash
Executable file
#!/bin/sh
|
|
export PATH=@prefix@/lib/gtk-sharp-2.0:$PATH
|
|
@RUNTIME@ @prefix@/lib/gtk-sharp-2.0/gapi-parser.exe "$@"
|