Fixed path variables.
svn path=/trunk/gtk-sharp/; revision=26423
This commit is contained in:
parent
f77ff85d9c
commit
49fc696f4d
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
2004-04-30 Owen Fraser-Green <owen@discobabe.net>
|
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
|
* sources/Makefile.am : remove reference to old gst target
|
||||||
|
|
||||||
2004-04-30 Erik Dasque <edasque@ximian.com>
|
2004-04-30 Erik Dasque <edasque@ximian.com>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
@bindir@/mono @bindir@/gconfsharp-schemagen.exe "$@"
|
@RUNTIME@ @prefix@/bin/gconfsharp-schemagen.exe "$@"
|
||||||
|
|
Loading…
Reference in a new issue