From: Patryk Zawadzki Date: Fri, 30 Jan 2009 09:00:05 +0000 (+0000) Subject: - always install to /prefix/lib X-Git-Tag: auto/th/dotnet-notify-sharp-0_4_0-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdotnet-notify-sharp.git;a=commitdiff_plain;h=3ddeda8fe6eff7378151d336076057e586bce631 - always install to /prefix/lib Changed files: dotnet-notify-sharp-monodir.patch -> 1.1 --- diff --git a/dotnet-notify-sharp-monodir.patch b/dotnet-notify-sharp-monodir.patch new file mode 100644 index 0000000..0449e2f --- /dev/null +++ b/dotnet-notify-sharp-monodir.patch @@ -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 = \