SOURCES: avahi-destdir.patch (NEW) - fix destdir for avahi# bindings

freetz freetz at pld-linux.org
Sun Mar 19 20:32:59 CET 2006


Author: freetz                       Date: Sun Mar 19 19:32:59 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix destdir for avahi# bindings

---- Files affected:
SOURCES:
   avahi-destdir.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/avahi-destdir.patch
diff -u /dev/null SOURCES/avahi-destdir.patch:1.1
--- /dev/null	Sun Mar 19 20:32:59 2006
+++ SOURCES/avahi-destdir.patch	Sun Mar 19 20:32:54 2006
@@ -0,0 +1,16 @@
+diff -aurN avahi-0.6.9.orig/avahi-sharp/Makefile.am avahi-0.6.9/avahi-sharp/Makefile.am
+--- avahi-0.6.9.orig/avahi-sharp/Makefile.am	2006-03-19 20:28:38.199815184 +0100
++++ avahi-0.6.9/avahi-sharp/Makefile.am	2006-01-17 13:23:08.000000000 +0100
+@@ -75,10 +75,10 @@
+ endif
+ 
+ install-data-hook: $(ASSEMBLY)
+-	$(GACUTIL) /i $(ASSEMBLY) /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(prefix)/lib
++	$(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)$(prefix)/lib
++	$(GACUTIL) /u avahi-sharp /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir)
+ 
+ endif
+ endif
================================================================


More information about the pld-cvs-commit mailing list