From b4d35aa6004b8291393ac41adb8f680c23c00d8f Mon Sep 17 00:00:00 2001 From: lisu Date: Mon, 21 Feb 2011 15:30:05 +0000 Subject: [PATCH] - resurected and adjusted for 0.7.0 Changed files: dbus-monodir.patch -> 1.4 --- dbus-monodir.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dbus-monodir.patch diff --git a/dbus-monodir.patch b/dbus-monodir.patch new file mode 100644 index 0000000..b36a0fb --- /dev/null +++ b/dbus-monodir.patch @@ -0,0 +1,13 @@ +--- dbus-sharp-0.7.0/src/Makefile.am~ 2010-09-15 12:16:28.000000000 +0200 ++++ dbus-sharp-0.7.0/src/Makefile.am 2011-02-21 16:27:11.723100314 +0100 +@@ -42,8 +42,8 @@ + + install-data-local: $(TARGET) + @if test -n '$(TARGET)'; then \ +- echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(libdir)"; \ +- $(GACUTIL) /i $(TARGET) /package $(PACKAGE)-$(API_VERSION) /f /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \ ++ echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(prefix)/lib"; \ ++ $(GACUTIL) /i $(TARGET) /package $(PACKAGE)-$(API_VERSION) /f /gacdir $(libdir) /root $(DESTDIR)$(prefix)/lib || exit 1; \ + fi + + uninstall-local: -- 2.44.0