Ryujinx-GtkSharp/parser/gapi2-parser.in
Wade Berrier a36a3d4c0e * .pc and wrapper scripts: Use relative paths so gtk-sharp is
relocatable


svn path=/trunk/gtk-sharp/; revision=52437
2005-11-01 05:12:12 +00:00

8 lines
141 B
Bash
Executable File

#!/bin/sh
a=`which "$0"`
d=`dirname "$a"`
export PATH=$d/../lib/gtk-sharp-2.0:$PATH
@RUNTIME@ $d/../lib/gtk-sharp-2.0/gapi-parser.exe "$@"