[Lunar-commits] CVS: moonbase/devel/gtksourceview-sharp BUILD, 1.1, 1.2

Nick Hudson nhudson at lunar-linux.org
Sat Jul 17 01:05:07 GMT 2004


Update of /var/cvs/lunar/moonbase/devel/gtksourceview-sharp
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9474

Modified Files:
	BUILD 
Log Message:

Hacking the BUILD file so that it will link to the correct location 


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/gtksourceview-sharp/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	5 May 2004 15:46:33 -0000	1.1
+++ BUILD	17 Jul 2004 01:05:05 -0000	1.2
@@ -7,6 +7,8 @@
                 --infodir=${GNOME26_PREFIX:-/usr}/share/info \
                 --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
                 $OPTS                             &&
-    default_make                   
+    default_make                                  &&
+    rm -fr /usr/lib/mono/gtk-sharp/gtksourceview-sharp.dll &&
+    ln -sf /usr/lib/mono/gac/gtksourceview-sharp/1.0.0.1__35e10195dab3c99f/gtksourceview-sharp.dll /usr/lib/mono/gtk-sharp/gtksourceview-sharp.dll
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list