Author: patrys                       Date: Fri Jan 30 09:00:11 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- always install to /prefix/lib

---- Files affected:
SOURCES:
   dotnet-notify-sharp-monodir.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dotnet-notify-sharp-monodir.patch
diff -u /dev/null SOURCES/dotnet-notify-sharp-monodir.patch:1.1
--- /dev/null   Fri Jan 30 10:00:11 2009
+++ SOURCES/dotnet-notify-sharp-monodir.patch   Fri Jan 30 10:00:05 2009
@@ -0,0 +1,21 @@
+--- notify-sharp-0.4.0/src/Makefile.am~        2007-06-11 19:45:45.000000000 
+0200
++++ notify-sharp-0.4.0/src/Makefile.am 2009-01-30 09:57:10.494082466 +0100
+@@ -20,14 +20,14 @@
+ 
+ install-data-local:
+       @if test -n '$(TARGET)'; then                       \
+-          echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(libdir)";    \
+-          $(GACUTIL) /i $(TARGET) /package $(ASSEMBLY) /f /gacdir $(libdir) 
/root $(DESTDIR)$(libdir) || exit 1; \
++          echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(prefix)/lib";  
  \
++          $(GACUTIL) /i $(TARGET) /package $(ASSEMBLY) /f /gacdir $(libdir) 
/root $(DESTDIR)$(prefix)/lib || exit 1; \
+         fi
+ 
+ uninstall-local:
+       @if test -n '$(TARGET)'; then                       \
+-          echo "$(GACUTIL) /u $(ASSEMBLY) /gacdir $(DESTDIR)$(libdir)";  \
+-          $(GACUTIL) /u $(ASSEMBLY) /package $(ASSEMBLY) /gacdir $(libdir) 
/root $(DESTDIR)$(libdir) || exit 1;   \
++          echo "$(GACUTIL) /u $(ASSEMBLY) /gacdir $(DESTDIR)$(prefix)/lib";  \
++          $(GACUTIL) /u $(ASSEMBLY) /package $(ASSEMBLY) /gacdir $(libdir) 
/root $(DESTDIR)$(prefix)/lib || exit 1;   \
+         fi
+ 
+ EXTRA_DIST = \
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to