rpms/avahi/devel avahi-0.6.3-MONO_SHARED_DIR.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 18 19:54:03 UTC 2006


Author: jvdias

Update of /cvs/dist/rpms/avahi/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4877

Modified Files:
	avahi-0.6.3-MONO_SHARED_DIR.patch 
Log Message:
.wapi dir now created by gacutil also - needs MONO_SHARED_DIR=.

avahi-0.6.3-MONO_SHARED_DIR.patch:
 Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

Index: avahi-0.6.3-MONO_SHARED_DIR.patch
===================================================================
RCS file: /cvs/dist/rpms/avahi/devel/avahi-0.6.3-MONO_SHARED_DIR.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- avahi-0.6.3-MONO_SHARED_DIR.patch	12 Jan 2006 22:49:20 -0000	1.1
+++ avahi-0.6.3-MONO_SHARED_DIR.patch	18 Jan 2006 19:54:01 -0000	1.2
@@ -1,5 +1,5 @@
---- avahi-0.6.3/avahi-sharp/Makefile.am.MONO_SHARED_DIR	2005-12-22 07:36:22.000000000 -0500
-+++ avahi-0.6.3/avahi-sharp/Makefile.am	2006-01-12 17:41:11.000000000 -0500
+--- avahi-0.6.4/avahi-sharp/Makefile.am.MONO_SHARED_DIR	2005-12-22 07:36:22.000000000 -0500
++++ avahi-0.6.4/avahi-sharp/Makefile.am	2006-01-18 14:52:36.000000000 -0500
 @@ -48,7 +48,7 @@
  	$(srcdir)/gencfg.sh
  
@@ -9,3 +9,16 @@
  
  
  $(ASSEMBLY).config: $(ASSEMBLY).config.in
+@@ -73,10 +73,10 @@
+ endif
+ 
+ install-data-hook: $(ASSEMBLY)
+-	$(GACUTIL) /i $(ASSEMBLY) /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir)
++	MONO_SHARED_DIR=. $(GACUTIL) /i $(ASSEMBLY) /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir)
+ 
+ uninstall-hook: $(ASSEMBLY)
+-	$(GACUTIL) /u avahi-sharp /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir)
++	MONO_SHARED_DIR=. $(GACUTIL) /u avahi-sharp /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir)
+ 
+ endif
+ endif




More information about the fedora-cvs-commits mailing list