]> git.pld-linux.org Git - packages/dotnet-dbus-sharp.git/commitdiff
- resurected and adjusted for 0.7.0 auto/th/dotnet-dbus-sharp-0_7_0-2
authorlisu <lisu@pld-linux.org>
Mon, 21 Feb 2011 15:30:05 +0000 (15:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dbus-monodir.patch -> 1.4

dbus-monodir.patch [new file with mode: 0644]

diff --git a/dbus-monodir.patch b/dbus-monodir.patch
new file mode 100644 (file)
index 0000000..b36a0fb
--- /dev/null
@@ -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:
This page took 0.061692 seconds and 4 git commands to generate.