From: lisu Date: Mon, 21 Feb 2011 15:30:05 +0000 (+0000) Subject: - resurected and adjusted for 0.7.0 X-Git-Tag: auto/th/dotnet-dbus-sharp-0_7_0-2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fth%2Fdotnet-dbus-sharp-0_7_0-2;p=packages%2Fdotnet-dbus-sharp.git - resurected and adjusted for 0.7.0 Changed files: dbus-monodir.patch -> 1.4 --- 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: