[Gtk-sharp-list] gconfsharp-schemagen patch
Owen Fraser-Green
owen@discobabe.net
Fri, 30 Apr 2004 17:26:16 +0200
--=-OftFEZTTSHqdcVYzOgw9
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi,
Is it OK to commit the attached patch which fixes the variables in
gconfsharp-schemagen.in? The old ones weren't being expanded to valid
path names plus I've now used @RUNTIME@ to get the full mono path.
Cheers,
Owen
--=-OftFEZTTSHqdcVYzOgw9
Content-Disposition: attachment; filename=gconfsharp-schemagen.in.patch
Content-Type: text/x-diff; name=gconfsharp-schemagen.in.patch; charset=utf-8
Content-Transfer-Encoding: 7bit
Index: ChangeLog
===================================================================
RCS file: /cvs/public/gtk-sharp/ChangeLog,v
retrieving revision 1.752
diff -u -r1.752 ChangeLog
--- ChangeLog 30 Apr 2004 14:05:45 -0000 1.752
+++ ChangeLog 30 Apr 2004 14:43:01 -0000
@@ -1,5 +1,6 @@
2004-04-30 Owen Fraser-Green <owen@discobabe.net>
+ * gconf/tools/gconfsharp-schemagen.in : fixed variables
* sources/Makefile.am : remove reference to old gst target
2004-04-30 Erik Dasque <edasque@ximian.com>
Index: gconf/tools/gconfsharp-schemagen.in
===================================================================
RCS file: /cvs/public/gtk-sharp/gconf/tools/gconfsharp-schemagen.in,v
retrieving revision 1.1
diff -u -r1.1 gconfsharp-schemagen.in
--- gconf/tools/gconfsharp-schemagen.in 19 Oct 2002 09:31:19 -0000 1.1
+++ gconf/tools/gconfsharp-schemagen.in 30 Apr 2004 14:43:05 -0000
@@ -1,2 +1,2 @@
#!/bin/sh
-@bindir@/mono @bindir@/gconfsharp-schemagen.exe "$@"
+@RUNTIME@ @prefix@/bin/gconfsharp-schemagen.exe "$@"
--=-OftFEZTTSHqdcVYzOgw9--