From 3ddeda8fe6eff7378151d336076057e586bce631 Mon Sep 17 00:00:00 2001 From: Patryk Zawadzki Date: Fri, 30 Jan 2009 09:00:05 +0000 Subject: [PATCH] - always install to /prefix/lib Changed files: dotnet-notify-sharp-monodir.patch -> 1.1 --- dotnet-notify-sharp-monodir.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dotnet-notify-sharp-monodir.patch 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 = \ -- 2.43.0